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) {