Tried to fix build by removing invalid '>' char.

#story[1246]
This commit is contained in:
Kusal Ekanayake
2017-09-05 18:17:20 +12:00
parent 488ab47c8d
commit 302bc91461
4 changed files with 8 additions and 8 deletions
@@ -21,6 +21,7 @@ public class YachtTest {
@BeforeClass
public static void setUp() {
new GameState("localhost");
y1 = new ServerYacht("Yacht", 1, "Y1", "Y1", "Yacht 1", "C1");
gs = new GameState("localhost");
}