Refactored the setup for MarkObjects (now renamed Markers) and made the CompoundMark + Mark + GeoPoint classes the standard across all classes instead of GateMark + SingleMark + Mark.

#refactor
This commit is contained in:
Calum
2017-07-31 02:19:19 +12:00
parent 6cae338c1e
commit f1ad03e913
32 changed files with 452 additions and 756 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import java.util.List;
import org.junit.Before;
import seng302.model.PolarTable;
import seng302.model.Yacht;
import seng302.utilities.GeoPoint;
import seng302.model.GeoPoint;
public class YachtTest {