Refine the weight max and its drawing.
[Persons_Comparator.git] / src / Weight.java
index 82fa712ce3f75a78b36ce2b2d185eae46b844745..c979f3ddcab3911914e519b71075d4023fe0507a 100644 (file)
@@ -1,6 +1,6 @@
 public class Weight {
     private int min = 2;
-    private int max = 600;
+    private int max = 250;
     private int defaultWeight = 72;
     private int weight;