James Moger
2013-11-12 c05da657ec71c46d0e5bc32b074ddcd9d8b76353
src/main/java/com/gitblit/models/RepositoryUrl.java
@@ -22,7 +22,7 @@
/**
 * Represents a git repository url and it's associated access permission for the
 * current user.
 *
 *
 * @author James Moger
 *
 */
@@ -37,7 +37,7 @@
      this.url = url;
      this.permission = permission;
   }
   public boolean isExternal() {
      return permission == null;
   }