works
This commit is contained in:
@@ -46,4 +46,9 @@ public class Athlete implements ComparableContent<Athlete> {
|
||||
public boolean isLess(Athlete athlete) {
|
||||
return getFinalTime() < athlete.getFinalTime();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user