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:
Jannis Harder 2011-06-21 01:50:20 +02:00
parent 4561c8ed16
commit ec4faf57b1

View file

@ -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;
/** */ /** */