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:
Jannis Harder 2011-05-04 19:08:14 +02:00
parent 8641164929
commit 8e32bc9e69

View file

@ -1,6 +1,6 @@
package jrummikub.model;
public interface ITable {
public interface ITable extends IStoneTray<StoneSet> {
/**
* Removes {@link Stone} from the Table