James Moger
2011-06-01 f1720ca884bc3fa9da1288ad955e46f165aa4168
src/com/gitblit/models/RepositoryModel.java
@@ -37,11 +37,7 @@
   public boolean isFrozen;
   public RepositoryModel() {
      this.name = "";
      this.description = "";
      this.owner = "";
      this.lastChange = new Date(0);
      this.accessRestriction = AccessRestrictionType.NONE;
      this("", "", "", new Date(0));
   }
   public RepositoryModel(String name, String description, String owner, Date lastchange) {