Mini-Korrektur

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@359 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-31 21:02:32 +02:00
parent 640a1e0fb6
commit 6bc5405bbf

View file

@ -34,14 +34,14 @@ public interface ITurnControl {
* *
* @return end of turn event * @return end of turn event
*/ */
public abstract IEvent getEndOfTurnEvent(); public IEvent getEndOfTurnEvent();
/** /**
* Emitted when the round is aborted and needs to be restarted * Emitted when the round is aborted and needs to be restarted
* *
* @return the event * @return the event
*/ */
public abstract Event getRedealEvent(); public IEvent getRedealEvent();
/** /**
* Start the turn * Start the turn