summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IScorePanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/view/IScorePanel.java')
-rw-r--r--src/jrummikub/view/IScorePanel.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jrummikub/view/IScorePanel.java b/src/jrummikub/view/IScorePanel.java
index 22e27fe..b423115 100644
--- a/src/jrummikub/view/IScorePanel.java
+++ b/src/jrummikub/view/IScorePanel.java
@@ -11,7 +11,7 @@ public interface IScorePanel {
* Sets the scores of the played rounds
*
* @param scores
- * the round scores
+ * the round scores
*/
public void setScores(Iterable<Score> scores);
@@ -19,7 +19,7 @@ public interface IScorePanel {
* Sets the accumulated scores to display
*
* @param accumulatedScore
- * the accumulated score
+ * the accumulated score
*/
public void setAccumulatedScore(Score accumulatedScore);
@@ -27,7 +27,7 @@ public interface IScorePanel {
* Sets the player list to display
*
* @param players
- * the player list
+ * the player list
*/
void setPlayers(Iterable<PlayerSettings> players);