Remove strange declaration from table model

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@67 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-02 15:28:59 +02:00
parent fcef81715b
commit d967a61c02

View file

@ -4,9 +4,6 @@ package jrummikub.model;
public class Table extends StoneTray<StoneSet> {
// Constructor
public Table gameTable = new Table();
/**
* Removes {@link Stone} from the Table and returns it
*