Skip to content
Snippets Groups Projects
Commit 82edc757 authored by Martin Abel's avatar Martin Abel
Browse files

Update for SS 2024

parent c520a4cc
No related branches found
No related tags found
No related merge requests found
Pipeline #188336 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment