Skip to content

Commit

Permalink
Add @OverRide annotation to addOrRemoveWorldSafely
Browse files Browse the repository at this point in the history
  • Loading branch information
willkroboth committed Mar 31, 2023
1 parent a6d0cae commit d55af49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@ public Collection<String> getPotentialWorlds() {
/**
* {@inheritDoc}
*/
@Override
public void addOrRemoveWorldSafely(String worldName, String operationName, Runnable worldModification) {
if (safeToAddOrRemoveWorld()) {
// Operation is fine to do now
Expand Down

0 comments on commit d55af49

Please sign in to comment.