Just a cosmetic fix
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@366 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
bbc65e7e68
commit
35f435fa9c
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ public interface IPlayerPanel {
|
||||||
* @param turnMode
|
* @param turnMode
|
||||||
* the {@link TurnMode}
|
* the {@link TurnMode}
|
||||||
*/
|
*/
|
||||||
public abstract void setEndTurnMode(TurnMode turnMode);
|
public void setEndTurnMode(TurnMode turnMode);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue