[sonar] The members of an interface declaration or class should appear in a pre-defined order

pull/3/head
Mahmoud Ben Hassine 10 years ago
parent 63132676bb
commit b7b19ce76d

@ -31,8 +31,6 @@ package org.easyrules.util;
*/
public class EasyRulesConstants {
private EasyRulesConstants() { }
/**
* EasyRules logger name;
*/
@ -58,4 +56,8 @@ public class EasyRulesConstants {
*/
public static final int DEFAULT_RULE_PRIORITY_THRESHOLD = Integer.MAX_VALUE;
private EasyRulesConstants() {
}
}

Loading…
Cancel
Save