From 8c3c66f361934e521ef7d00e9464cfc51875badc Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Tue, 24 May 2011 21:57:18 +0200 Subject: 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 --- src/jrummikub/control/RoundControl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jrummikub/control') 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 */ -- cgit v1.2.3