Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider dfb336c6 rédigé par Tristan MAISONNEUVE's avatar Tristan MAISONNEUVE
Parcourir les fichiers

Finish ships

parent d4762c60
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -42,7 +42,6 @@ public abstract class Ship implements IShip { ...@@ -42,7 +42,6 @@ public abstract class Ship implements IShip {
@Override @Override
public List<ICoord> getCoords() { public List<ICoord> getCoords() {
int o=0;
ArrayList<ICoord> list = new ArrayList<>(); ArrayList<ICoord> list = new ArrayList<>();
Coord icord1 = cord1; Coord icord1 = cord1;
Coord icord2 = cord2; Coord icord2 = cord2;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter