diff --git a/src/main/java/de/hda/fbi/db2/api/Lab03Game.java b/src/main/java/de/hda/fbi/db2/api/Lab03Game.java index b38ad039c7cf59b4af3e7cf8b205221a83c8f09a..243260652f7208baf6908b5b831e65910aebc1ef 100644 --- a/src/main/java/de/hda/fbi/db2/api/Lab03Game.java +++ b/src/main/java/de/hda/fbi/db2/api/Lab03Game.java @@ -121,8 +121,8 @@ public abstract class Lab03Game { * * @param player The Player which shall play the game. * @param questions The Questions which shall be asked during the game. - * @return A Game object which contains an unplayed game - * for the given player with the given questions. + * @return A Game object which contains an unplayed game for the given player + * with the given questions. */ public abstract Object createGame(Object player, List<?> questions);