Compare commits
No commits in common. "816912e795a195fe5011cf4fdd1d15f08268d791" and "f1a3e1f9915d51a60b2bb8a4b1c7413ac3f1ac04" have entirely different histories.
816912e795
...
f1a3e1f991
|
@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.games.kniffel.domain;
|
||||||
public class FullHouse extends Kategorie {
|
public class FullHouse extends Kategorie {
|
||||||
|
|
||||||
public FullHouse(int augen) {
|
public FullHouse(int augen) {
|
||||||
// TODO: all & more and even more
|
// TODO: all & more or less
|
||||||
super(augen);
|
super(augen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue