summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model/Table.java
diff options
context:
space:
mode:
authorBennet Gerlach <bennet_gerlach@web.de>2011-06-21 01:38:42 +0200
committerBennet Gerlach <bennet_gerlach@web.de>2011-06-21 01:38:42 +0200
commitb0a89642b77736ab5032661f60eb3310a0864c30 (patch)
tree369fd184c171086f0790af25675a30d464202c82 /src/jrummikub/model/Table.java
parent0b1151e6af8ce156d4ad5d6153cb5a02e99329d7 (diff)
downloadJRummikub-b0a89642b77736ab5032661f60eb3310a0864c30.tar
JRummikub-b0a89642b77736ab5032661f60eb3310a0864c30.zip
Added Javadoc comments to private methods in the model
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@522 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'src/jrummikub/model/Table.java')
-rw-r--r--src/jrummikub/model/Table.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jrummikub/model/Table.java b/src/jrummikub/model/Table.java
index 1f07f97..1b355db 100644
--- a/src/jrummikub/model/Table.java
+++ b/src/jrummikub/model/Table.java
@@ -46,6 +46,13 @@ public class Table extends StoneTray<StoneSet> implements ITable {
}
}
+ /**
+ * Finds {@link StoneInfo}
+ *
+ * @param stone
+ * the stone
+ * @return the info
+ */
private StoneInfo findStoneInfo(Stone stone) {
// Find the set of the stone
StoneInfo info;