X-Git-Url: https://git.piment-noir.org/?p=Persons_Comparator.git;a=blobdiff_plain;f=src%2FEye.java;h=6edc8a563d99af95b373270e2936592551bcf2c7;hp=c3b836d0046eccc52afc27217ef72b379df51ec9;hb=089fcbfccd75b77daf843b22e128beeee1d1dc07;hpb=609718730ad9bc6d18491cf164360b4a44db5f52 diff --git a/src/Eye.java b/src/Eye.java index c3b836d..6edc8a5 100644 --- a/src/Eye.java +++ b/src/Eye.java @@ -7,7 +7,6 @@ public class Eye implements Comparable { private List colorList = Arrays.asList("black", "green", "blue", "brown"); /** - * * @param color */ Eye(String color) { @@ -15,7 +14,6 @@ public class Eye implements Comparable { } /** - * * @return */ public Color getColor() { @@ -23,7 +21,6 @@ public class Eye implements Comparable { } /** - * * @param color */ public void setColor(String color) { @@ -39,7 +36,6 @@ public class Eye implements Comparable { } /** - * * @param color * @return */ @@ -48,7 +44,6 @@ public class Eye implements Comparable { } /** - * * @param eye * @return */