Skip to content

Commit

Permalink
Method was out of alphabetic order.
Browse files Browse the repository at this point in the history
  • Loading branch information
forteri76 committed May 14, 2014
1 parent 22b71c6 commit d15453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jfedor/frozenbubble/GameView.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ public void cleanUp() {
*/
public abstract void checkRemoteChecksum();
public abstract void cleanUp();
public abstract boolean getGameIsFinished();
public abstract boolean gameIsReadyForAction();
public abstract boolean getGameIsFinished();
public abstract short getLatestRemoteActionId();
public abstract boolean getRemoteAction();
public abstract PlayerAction getRemoteActionPreview();
Expand Down

0 comments on commit d15453f

Please sign in to comment.