Fixed build. (Actually this time) ((NOW WERE READY TO MERGE)))

All doc string annotations were required to be fixed for all methods

tags: #issue[34]
This commit is contained in:
William Muir
2017-08-03 11:50:07 +12:00
parent 1150ec3e43
commit 53f5d63f15
-3
View File
@@ -10,9 +10,6 @@ import javafx.stage.Stage;
import org.apache.commons.cli.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import seng302.client.ClientPacketParser;
import seng302.client.ClientState;
import seng302.models.PolarTable;
import seng302.model.PolarTable;
public class App extends Application {