mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 15:26:01 +00:00
pmd:RedundantFieldInitializer - Redundant-Field-Initializer
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ public class FileLoader {
|
||||
/**
|
||||
* Indicates if the file is loaded or not.
|
||||
*/
|
||||
private boolean loaded = false;
|
||||
private boolean loaded;
|
||||
|
||||
/**
|
||||
* The name of the file that we want to load.
|
||||
|
||||
Reference in New Issue
Block a user