Make removing stones from mock hand work
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@174 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
86c6bfbd30
commit
7b75af50e2
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ public class MockHand implements IHand {
|
|||
|
||||
@Override
|
||||
public void pickUp(Stone object) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
stones.remove(object);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Reference in a new issue