pmd:RedundantFieldInitializer - Redundant-Field-Initializer

This commit is contained in:
Mohammed Ezzat
2016-02-18 08:40:19 +02:00
parent 57be8aa522
commit 0003c6cb00
12 changed files with 15 additions and 15 deletions

View File

@ -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.