Test change that fails checkstyle.

This commit is contained in:
Jeremy Wood 2023-09-06 17:46:50 -04:00
parent 49fcadf434
commit 5b8984a492
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -24,6 +24,7 @@ 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;
/** /**