James Moger
2014-09-17 ab9c0ce1bbd67dbb1236312123a3e24a74e097c6
src/main/java/com/gitblit/models/ServerStatus.java
@@ -39,8 +39,6 @@
   public final String releaseDate;
   public final boolean isGO;
   public final Map<String, String> systemProperties;
   public final long heapMaximum;
@@ -49,13 +47,14 @@
   public volatile long heapFree;
   public boolean isGO;
   public String servletContainer;
   public ServerStatus(boolean isGO) {
   public ServerStatus() {
      this.bootDate = new Date();
      this.version = Constants.getVersion();
      this.releaseDate = Constants.getBuildDate();
      this.isGO = isGO;
      this.heapMaximum = Runtime.getRuntime().maxMemory();