]> source.dussan.org Git - sonarqube.git/commitdiff
Fix violation
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 26 Sep 2012 07:15:34 +0000 (09:15 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 26 Sep 2012 10:57:14 +0000 (12:57 +0200)
plugins/sonar-findbugs-plugin/src/main/java/org/sonar/plugins/findbugs/FindbugsExecutor.java

index e56768925948c4b01e2095ab356d9a292a7390a7..101ff5587fc65fb927b566271d1226774345d5ff 100644 (file)
@@ -72,7 +72,7 @@ public class FindbugsExecutor implements BatchExtension {
     priorityNameToValueMap.put("low", (Priorities.LOW_PRIORITY));
     priorityNameToValueMap.put("experimental", (Priorities.EXP_PRIORITY));
   }
-  private final static Integer DEFAULT_PRIORITY = Priorities.NORMAL_PRIORITY;
+  private static final Integer DEFAULT_PRIORITY = Priorities.NORMAL_PRIORITY;
 
   private FindbugsConfiguration configuration;