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:
parent
561409f0d9
commit
e5ef5c3e75
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public abstract class AbstractTurnControl implements ITurnControl {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Event getRedealEvent() {
|
public IEvent getRedealEvent() {
|
||||||
return redealEvent;
|
return redealEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue