]> source.dussan.org Git - sonarqube.git/commitdiff
Fix quality flaws
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 24 Feb 2014 16:49:26 +0000 (17:49 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 24 Feb 2014 16:49:26 +0000 (17:49 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/utils/WorkDuration.java

index 84e9ff5d85ab7f8ffbd18ba42def8cb8c5ae856d..a564f244e454ea702ec8fd430643765f500b0a94 100644 (file)
@@ -37,7 +37,9 @@ public class WorkDuration implements Serializable {
   static final int HOUR_POSITION_IN_LONG = 100;
   static final int MINUTE_POSITION_IN_LONG = 1;
 
-  public static enum UNIT {DAYS, HOURS, MINUTES}
+  public static enum UNIT {
+    DAYS, HOURS, MINUTES
+  }
 
   private int hoursInDay;