James Moger
2013-01-04 4e3c152fa7e97200855ba0d2716362dbe7976920
src/com/gitblit/Constants.java
@@ -405,6 +405,14 @@
         return ordinal() <= COOKIE.ordinal();
      }
   }
   public static enum AccountType {
      LOCAL, LDAP, REDMINE;
      public boolean isLocal() {
         return this == LOCAL;
      }
   }
   @Documented
   @Retention(RetentionPolicy.RUNTIME)