James Moger
2011-06-01 424fe1b372d225d65eb42e6125b24cbb982c5969
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) {