mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 15:46:42 +00:00
Revert "intellij "code cleanup" just adds final everywhere"
This reverts commit eb8571b6e9
.
This commit is contained in:
@ -15,17 +15,17 @@ public class Config extends YamlConfiguration
|
||||
/**
|
||||
* The plugin instance
|
||||
*/
|
||||
private final Plex plugin;
|
||||
private Plex plugin;
|
||||
|
||||
/**
|
||||
* The File instance
|
||||
*/
|
||||
private final File file;
|
||||
private File file;
|
||||
|
||||
/**
|
||||
* The file name
|
||||
*/
|
||||
private final String name;
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* Whether new entries were added to the file automatically
|
||||
|
Reference in New Issue
Block a user