Removed leftover TODO in StoneTray

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@76 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-03 17:13:09 +02:00
parent 3e257e3979
commit 1236d16fc6

View file

@ -82,7 +82,7 @@ public class StoneTray<E extends Sizeable> implements
direction = getMoveDirection(object, position, i);
}
Position newPosition = null;
// TODO dinge bewegen
// Move object to avoid overlap
switch (direction) {
case TOP:
newPosition = new Position(i.getSecond().getX(),