forked from External/mage
removed redundant modifiers from interfaces
This commit is contained in:
parent
18b4be3ec7
commit
fde10788db
53 changed files with 762 additions and 755 deletions
|
|
@ -638,6 +638,6 @@ public class GameController implements GameCallback {
|
|||
}
|
||||
|
||||
interface Command {
|
||||
public void execute(UUID player);
|
||||
void execute(UUID player);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue