Compare commits

..

No commits in common. "816912e795a195fe5011cf4fdd1d15f08268d791" and "f1a3e1f9915d51a60b2bb8a4b1c7413ac3f1ac04" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.games.kniffel.domain;
public class FullHouse extends Kategorie {
public FullHouse(int augen) {
// TODO: all & more and even more
// TODO: all & more or less
super(augen);
}