Fix for #148 and possibly #149 plus a few code polishes here and there
[zxing.git] / zxing.appspot.com / generator / src / com / google / zxing / web / generator / client / TimeZoneList.java
index 4092022..8b8a93a 100644 (file)
@@ -37,8 +37,8 @@ public class TimeZoneList {
     }
   }
   
-  private final static long ONE_HOUR = 60*60*1000;
-  private final static long THIRTY_MIN = 30*60*1000;
+  private static final long ONE_HOUR = 60L*60*1000;
+  private static final long THIRTY_MIN = 30L*60*1000;
   
   public static final TimeZoneInfo[] TIMEZONES = {
     new TimeZoneInfo("GMT", "Greenwich Mean Time", "GMT",               0 * ONE_HOUR + 0 * THIRTY_MIN), // 0