Skip to content

Commit 47b05fc

Browse files
author
Max Chistyakov
committed
Exercices 1,2
1 parent e9cf3b2 commit 47b05fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generalization/Stats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ArrayList<Object> getArrayList (Stats stats) {
4242
public static void main (String ... args) {
4343
//Задание 1
4444
Stats<String> stats1 = new Stats<>("Spitfire", "Memphis bells", "Girls", "Wake Up Call", "Action Radar");
45-
changeThePlaceOfElements(stats1, 1, 23);
45+
changeThePlaceOfElements(stats1, 1, 2);
4646
out.print( stats1.toString());
4747

4848
//Задание 2

0 commit comments

Comments
 (0)