David Ostrovsky
2014-03-11 b799d545f37f7123aaa1ee1d0ff3b61f1f3cc8c2
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;
   }