Paul Martin
2016-04-16 eecaad8b8e2c447429c31a01d49260ddd6b4ee03
src/main/java/com/gitblit/client/Translation.java
@@ -22,14 +22,14 @@
/**
 * Loads the Gitblit language resource file.
 *
 *
 * @author James Moger
 *
 *
 */
public class Translation {
   private final static ResourceBundle translation;
   private final static TimeUtils timeUtils;
   static {
@@ -42,7 +42,7 @@
         bundle = ResourceBundle.getBundle("GitBlitWebApp");
      }
      translation = bundle;
      timeUtils = new TimeUtils(translation, null);
   }
@@ -52,7 +52,7 @@
      }
      return key;
   }
   public static TimeUtils getTimeUtils() {
      return timeUtils;
   }