From 82edc7579ee50fe1a1c181bf0063a4ceab65d626 Mon Sep 17 00:00:00 2001
From: Martin Abel <martin.abel@h-da.de>
Date: Thu, 4 Apr 2024 15:08:52 +0200
Subject: [PATCH] Update for SS 2024

---
 src/main/java/de/hda/fbi/db2/api/Lab03Game.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 b38ad03..2432606 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);
 
-- 
GitLab