Really fixed MockSettingsPanel
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@527 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
4561c8ed16
commit
ec4faf57b1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class MockSettingsPanel implements ISettingsPanel {
|
||||||
/** */
|
/** */
|
||||||
public MockEvent1<Set<StoneColor>> changeStoneColorsEvent = new MockEvent1<Set<StoneColor>>();
|
public MockEvent1<Set<StoneColor>> changeStoneColorsEvent = new MockEvent1<Set<StoneColor>>();
|
||||||
/** */
|
/** */
|
||||||
public MockEvent1<Boolean> changeSeeHandSizeEvent;
|
public MockEvent1<Boolean> changeSeeHandSizeEvent = new MockEvent1<Boolean>();
|
||||||
/** */
|
/** */
|
||||||
public int initialMeldThreshold;
|
public int initialMeldThreshold;
|
||||||
/** */
|
/** */
|
||||||
|
|
Reference in a new issue