Compare commits

..

No commits in common. "f1a3e1f9915d51a60b2bb8a4b1c7413ac3f1ac04" and "990fa8b4f2a94b4da84354673ec6ec435f7fc4a7" 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 or less
// TODO: all
super(augen);
}