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

index 33f808655cafe29818dfd18bb9fc532c902e6220..269d7cb0a871e52a1534d96b22b456471ccadde1 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;