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:
parent
fcef81715b
commit
d967a61c02
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@ package jrummikub.model;
|
||||||
|
|
||||||
public class Table extends StoneTray<StoneSet> {
|
public class Table extends StoneTray<StoneSet> {
|
||||||
|
|
||||||
// Constructor
|
|
||||||
public Table gameTable = new Table();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes {@link Stone} from the Table and returns it
|
* Removes {@link Stone} from the Table and returns it
|
||||||
*
|
*
|
||||||
|
|
Reference in a new issue