summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/control/RoundControl.java
diff options
context:
space:
mode:
authorJannis Harder <harder@informatik.uni-luebeck.de>2011-05-24 21:57:18 +0200
committerJannis Harder <harder@informatik.uni-luebeck.de>2011-05-24 21:57:18 +0200
commit8c3c66f361934e521ef7d00e9464cfc51875badc (patch)
tree4fc46e934555edd4f2a7011798dcc5a8f30abbfa /src/jrummikub/control/RoundControl.java
parentd5a8b2204c7b717e0b1f24fed0892091835356ed (diff)
downloadJRummikub-8c3c66f361934e521ef7d00e9464cfc51875badc.tar
JRummikub-8c3c66f361934e521ef7d00e9464cfc51875badc.zip
Implemented routine to check if initial melds are possible
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@266 72836036-5685-4462-b002-a69064685172
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
*/