James Moger
2011-07-22 88598bb2f779b73479512d818c675dea8fa72138
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;