removed redundant modifiers from interfaces

This commit is contained in:
North 2012-12-20 23:45:22 +02:00
parent 18b4be3ec7
commit fde10788db
53 changed files with 762 additions and 755 deletions

View file

@ -36,6 +36,5 @@ import mage.MageException;
*/
public interface GameCallback {
public void gameResult(String result) throws MageException;
void gameResult(String result) throws MageException;
}