j3rem1e
2014-03-27 e4b0ae020290abfff26ef8b8f35485d277e4da62
src/main/java/com/gitblit/IStoredSettings.java
@@ -343,6 +343,16 @@
   }
   /**
    * Tests for the existence of a setting.
    *
    * @param key
    * @return true if the setting exists
    */
   public boolean hasSettings(String key) {
      return getString(key, null) != null;
   }
   /**
    * Updates the values for the specified keys and persists the entire
    * configuration file.
    *