Jeroen Baten
2013-01-04 b8633f8a62b4f605de0b0c035d2cf29b89164029
src/main/java/com/gitblit/WebXmlSettings.java
@@ -31,9 +31,9 @@
/**
 * Loads Gitblit settings from the context-parameter values of a web.xml file.
 *
 *
 * @author James Moger
 *
 *
 */
public class WebXmlSettings extends IStoredSettings {
@@ -54,7 +54,7 @@
   public void applyOverrides(File overrideFile) {
      this.overrideFile = overrideFile;
      // apply any web-configured overrides
      if (overrideFile.exists()) {
         try {