summaryrefslogtreecommitdiffstats
path: root/mock
diff options
context:
space:
mode:
authorJannis Harder <harder@informatik.uni-luebeck.de>2011-05-29 18:50:49 +0200
committerJannis Harder <harder@informatik.uni-luebeck.de>2011-05-29 18:50:49 +0200
commit9e21e3f23c68a077f95f3cf47bf70cf1e8df3542 (patch)
treef91f1eee57ba33b186a0b5085d6342f6f97ffc4b /mock
parent3f3f6370c92a22af54fc2ad633101b74fdd34c67 (diff)
downloadJRummikub-9e21e3f23c68a077f95f3cf47bf70cf1e8df3542.tar
JRummikub-9e21e3f23c68a077f95f3cf47bf70cf1e8df3542.zip
Test for joker number in settings control
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@301 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'mock')
-rw-r--r--mock/jrummikub/view/MockSettingsPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/jrummikub/view/MockSettingsPanel.java b/mock/jrummikub/view/MockSettingsPanel.java
index 2e2663a..b361432 100644
--- a/mock/jrummikub/view/MockSettingsPanel.java
+++ b/mock/jrummikub/view/MockSettingsPanel.java
@@ -24,7 +24,7 @@ public class MockSettingsPanel implements ISettingsPanel {
public GameSettings gameSettings = new GameSettings();
public MockEvent1<Integer> changeInitialMeldThresholdEvent = new MockEvent1<Integer>();
- public IEvent1<Integer> changeJokerNumberEvent = new MockEvent1<Integer>();
+ public MockEvent1<Integer> changeJokerNumberEvent = new MockEvent1<Integer>();
public int initialMeldThreshold;
public int jokerNumber;