forked from hummel/Bank-System
test
parent
3c8c557262
commit
ebbe470ae6
|
@ -1,11 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
|
||||
<attributes>
|
||||
<attribute name="module" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -79,6 +79,8 @@ public class Konto implements Serializable, Comparable {
|
|||
|
||||
// return (int) (this.stand - kOther.stand);
|
||||
return this.inhaber.compareTo(kOther.inhaber);
|
||||
//m1.getRating() < m2.getRating() < 0;
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue