summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IHandPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/view/IHandPanel.java')
-rw-r--r--src/jrummikub/view/IHandPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jrummikub/view/IHandPanel.java b/src/jrummikub/view/IHandPanel.java
index ea08f86..54896dc 100644
--- a/src/jrummikub/view/IHandPanel.java
+++ b/src/jrummikub/view/IHandPanel.java
@@ -12,7 +12,7 @@ public interface IHandPanel extends IStonePanel, IClickable {
* Set the player's stones to display on the board
*
* @param stones
- * the stones
+ * the stones
*/
public void setStones(Iterable<Pair<Stone, Position>> stones);