James Moger
2014-02-21 b23b67c1cc0b2541580f23c9aec97c0b84a823f4
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;
   }