Skip to content

Commit

Permalink
Fixed final method being overridden.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoett154 committed Nov 8, 2014
1 parent d2146b5 commit 3135a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mytown/protection/Protection.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public int getRange() {
return 0;
}

public final List<FlagType> getFlagTypeForTile(TileEntity te) {
public List<FlagType> getFlagTypeForTile(TileEntity te) {
return getFlagTypeForTile(te.getClass());
}

Expand Down

0 comments on commit 3135a5b

Please sign in to comment.