Updated default weight

pull/35/head
James Ball 2020-02-12 16:24:58 +00:00
rodzic a6c1335ef2
commit db2ec28d63
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
package shapes; package shapes;
public abstract class Shape { public abstract class Shape {
public static final int DEFAULT_WEIGHT = 100; public static final int DEFAULT_WEIGHT = 80;
protected double weight; protected double weight;
protected double length; protected double length;