summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/view/IView.java')
-rw-r--r--src/jrummikub/view/IView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jrummikub/view/IView.java b/src/jrummikub/view/IView.java
index 25ebb32..cb4ab3e 100644
--- a/src/jrummikub/view/IView.java
+++ b/src/jrummikub/view/IView.java
@@ -23,10 +23,10 @@ public interface IView {
public IPlayerPanel getPlayerPanel();
/**
- * Sets the stones that are to be drawn selected
+ * Sets the stones that are to be painted selected
*
* @param stones
- * the stones to be drawn selected
+ * the stones to be painted selected
*/
public void setSelectedStones(Collection<Stone> stones);
}