James Moger
2011-06-25 22fc5e48cbe050d8485f78f6165b59e4085eaeef
src/com/gitblit/FileSettings.java
@@ -26,7 +26,7 @@
 */
public class FileSettings extends IStoredSettings {
   private final File propertiesFile;
   protected final File propertiesFile;
   private final Properties properties = new Properties();
@@ -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();