Added missing extends for ITable
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@115 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
8641164929
commit
8e32bc9e69
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package jrummikub.model;
|
||||
|
||||
public interface ITable {
|
||||
public interface ITable extends IStoneTray<StoneSet> {
|
||||
|
||||
/**
|
||||
* Removes {@link Stone} from the Table
|
||||
|
|
Reference in a new issue