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:
Matthias Schiffer 2011-05-08 19:10:26 +02:00
parent 86c6bfbd30
commit 7b75af50e2

View file

@ -30,8 +30,7 @@ public class MockHand implements IHand {
@Override
public void pickUp(Stone object) {
// TODO Auto-generated method stub
stones.remove(object);
}
@Override