Revert "Test change that fails checkstyle."

This reverts commit 5b8984a492.
This commit is contained in:
Jeremy Wood 2023-09-06 17:49:41 -04:00
parent 5b8984a492
commit 87271aa4eb
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ import java.util.List;
public class AnchorDestination implements MVDestination { public class AnchorDestination implements MVDestination {
private boolean isValid; private boolean isValid;
private Location location; private Location location;
private MultiverseCore plugin ; private MultiverseCore plugin;
private Object test ;
private String name; private String name;
/** /**