James Moger
2012-02-16 3cc6e2de29a0fa33dd585e938e1614a6dd5f9755
src/com/gitblit/models/ServerSettings.java
@@ -35,6 +35,8 @@
   private static final long serialVersionUID = 1L;
   public List<String> pushScripts;
   public ServerSettings() {
      settings = new TreeMap<String, SettingModel>();
   }