Fix Mockhand

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@195 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-09 20:57:26 +02:00
parent 050ae5f224
commit a6a5388560

View file

@ -46,4 +46,16 @@ public class MockHandPanel implements IHandPanel {
}
}
@Override
public void setHandWidth(int width) {
// TODO Auto-generated method stub
}
@Override
public void setHandHeight(int height) {
// TODO Auto-generated method stub
}
}