James Moger
2011-06-01 a1ea877042b93949ef244b96e8affd65cc3f89c1
src/com/gitblit/models/RepositoryModel.java
@@ -35,13 +35,10 @@
   public boolean useDocs;
   public AccessRestrictionType accessRestriction;
   public boolean isFrozen;
   public boolean showReadme;
   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) {