Changed Event to IEvent in AbstractTurnControl

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@373 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Bennet Gerlach 2011-06-01 01:25:09 +02:00
parent 561409f0d9
commit e5ef5c3e75

View file

@ -26,7 +26,7 @@ public abstract class AbstractTurnControl implements ITurnControl {
}
@Override
public Event getRedealEvent() {
public IEvent getRedealEvent() {
return redealEvent;
}