summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model/Table.java
diff options
context:
space:
mode:
authorIda Massow <massow@informatik.uni-luebeck.de>2011-05-31 15:29:37 +0200
committerIda Massow <massow@informatik.uni-luebeck.de>2011-05-31 15:29:37 +0200
commitc3b4eef14ceee77b66c7231879778df3d29a6e05 (patch)
tree29ee7e4337873d27577bff4031f6d5ea830d7dd1 /src/jrummikub/model/Table.java
parentf1abd1b564a64b79c9f6eff25c95df6c6bd142d8 (diff)
downloadJRummikub-c3b4eef14ceee77b66c7231879778df3d29a6e05.tar
JRummikub-c3b4eef14ceee77b66c7231879778df3d29a6e05.zip
Fixed all warnings (comments) but one, one TODO important
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@351 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'src/jrummikub/model/Table.java')
-rw-r--r--src/jrummikub/model/Table.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jrummikub/model/Table.java b/src/jrummikub/model/Table.java
index 87c360c..1ac31a9 100644
--- a/src/jrummikub/model/Table.java
+++ b/src/jrummikub/model/Table.java
@@ -19,6 +19,12 @@ public class Table extends StoneTray<StoneSet> implements ITable {
}
}
+ /**
+ * Constructor for a table
+ *
+ * @param settings
+ * GameSettings
+ */
public Table(GameSettings settings) {
gameSettings = settings;
}