intellij "code cleanup" just adds final everywhere

This commit is contained in:
2022-03-25 00:52:06 -05:00
parent 273dd8a5ef
commit eb8571b6e9
6 changed files with 15 additions and 15 deletions

View File

@ -15,17 +15,17 @@ public class Config extends YamlConfiguration
/**
* The plugin instance
*/
private Plex plugin;
private final Plex plugin;
/**
* The File instance
*/
private File file;
private final File file;
/**
* The file name
*/
private String name;
private final String name;
/**
* Whether new entries were added to the file automatically