James Moger
2011-07-25 671c19d3695a165687d621690fdb52ac453070b9
src/com/gitblit/Constants.java
@@ -51,6 +51,9 @@
   public static final String BORDER = "***********************************************************";
   /**
    * Enumeration representing the 4 access restriction levels.
    */
   public static enum AccessRestrictionType {
      NONE, PUSH, CLONE, VIEW;