James Moger
2013-03-27 f6b200be4c8b90c26886c6cdd5809abac8c4ac15
src/main/java/com/gitblit/models/ServerStatus.java
File was renamed from src/com/gitblit/models/ServerStatus.java
@@ -53,8 +53,8 @@
   public ServerStatus(boolean isGO) {
      this.bootDate = new Date();
      this.version = Constants.VERSION;
      this.releaseDate = Constants.VERSION_DATE;
      this.version = Constants.getVersion();
      this.releaseDate = Constants.getBuildDate();
      this.isGO = isGO;
      this.heapMaximum = Runtime.getRuntime().maxMemory();