code cleanup, pmdOnPmd violation: floatZERO -> FLOAT_ZERO
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6670 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -5,5 +5,5 @@ public interface NumericConstants {
|
||||
Integer ZERO = 0;
|
||||
Integer ONE = 1;
|
||||
|
||||
Float floatZERO = new Float(0.0f);
|
||||
Float FLOAT_ZERO = new Float(0.0f);
|
||||
}
|
||||
|
Reference in New Issue
Block a user