James Moger
2011-06-28 d39680e9f54322ddcb40b00503a8ee30aee6c99c
src/com/gitblit/FileSettings.java
@@ -45,7 +45,7 @@
            Properties props = new Properties();
            is = new FileInputStream(propertiesFile);
            props.load(is);
            // load properties after we have successfully read file
            properties.clear();
            properties.putAll(props);
@@ -67,6 +67,10 @@
      return properties;
   }
   protected long lastRead() {
      return lastread;
   }
   @Override
   public String toString() {
      return propertiesFile.getAbsolutePath();