summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/control/RoundControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/control/RoundControl.java')
-rw-r--r--src/jrummikub/control/RoundControl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jrummikub/control/RoundControl.java b/src/jrummikub/control/RoundControl.java
index 2080cf4..e10950d 100644
--- a/src/jrummikub/control/RoundControl.java
+++ b/src/jrummikub/control/RoundControl.java
@@ -33,8 +33,8 @@ public class RoundControl {
/**
* Create a new RoundControl using the given gameState and view
*
- * @param gameState
- * initial game state
+ * @param roundState
+ * initial round state
* @param view
* view used for user interaction
*/