Make fields final if possible to ensure immutability
This commit is contained in:
@@ -14,7 +14,7 @@ public class FacadeConfig extends Configuration
|
||||
{
|
||||
|
||||
public static FacadeConfig instance;
|
||||
Pattern replacementPattern;
|
||||
final Pattern replacementPattern;
|
||||
|
||||
public FacadeConfig(String path) {
|
||||
super( new File( path + "Facades.cfg" ) );
|
||||
|
||||
Reference in New Issue
Block a user