Fix some mock classes
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@172 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3a2c0638e3
commit
8c45100b99
2 changed files with 9 additions and 12 deletions
|
@ -15,9 +15,9 @@ public class MockTable implements ITable {
|
|||
public List<Pair<StoneSet, Position>> sets = new ArrayList<Pair<StoneSet, Position>>();
|
||||
|
||||
@Override
|
||||
public void pickUpStone(Stone stone) {
|
||||
public Pair<StoneSet, StoneSet> pickUpStone(Stone stone) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Reference in a new issue