This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
goldfish
огледало од
https://github.com/earwig/goldfish
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
0
Activity
Преглед изворни кода
Merge branch 'master' of github.com:earwig/goldfish
master
Josh Hofing
пре 12 година
родитељ
6010ad0fbe
fcdb30a1f7
комит
0ba75540e7
1 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Patch.java
+ 2
- 2
src/Patch.java
Прегледај датотеку
@@ -71,7 +71,7 @@ public class Patch {
return neighbors;
}
public Patch clone() {
return new Patch(
_
grid, _xcor, _ycor, _state, _label);
public Patch clone(
Grid grid
) {
return new Patch(grid, _xcor, _ycor, _state, _label);
}
}
Write
Preview
Loading…
Откажи
Сачувај