File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -48,5 +48,4 @@ public void printWinners(Cars cars) {
48
48
Winners winners = cars .getWinners ();
49
49
OutputView .printWinners (WinnersDto .from (winners ));
50
50
}
51
-
52
51
}
Original file line number Diff line number Diff line change 3
3
import camp .nextstep .edu .missionutils .Randoms ;
4
4
5
5
public class Car {
6
-
7
6
private final Name name ;
8
7
private Position position = new Position ();
9
8
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ public Winners(List<Car> winners) {
12
12
public List <Car > getWinners () {
13
13
return this .winners ;
14
14
}
15
-
16
15
}
Original file line number Diff line number Diff line change @@ -21,5 +21,4 @@ public static WinnersDto from(Winners winners) {
21
21
public List <String > getWinnerNames () {
22
22
return this .winnerNames ;
23
23
}
24
-
25
24
}
You can’t perform that action at this time.
0 commit comments