Removed deprecated Stone constructor

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@79 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-03 17:13:12 +02:00
parent 2b09ff6ec5
commit 7edb66d4ff
2 changed files with 4 additions and 11 deletions

View file

@ -34,13 +34,6 @@ public class Stone implements Sizeable {
this.joker = false;
}
@Deprecated
public Stone(int value, StoneColor color, boolean joker) {
this.value = value;
this.color = color;
this.joker = joker;
}
/**
* Returns the color of the stone.
*