James Moger
2012-12-02 f1c3a882d12aede461e3c8ca3ebd298bdb28bc5d
src/com/gitblit/Constants.java
@@ -397,7 +397,15 @@
         return ordinal() > s.ordinal();
      }
   }
   public static enum AuthenticationType {
      CREDENTIALS, COOKIE, CERTIFICATE;
      public boolean isStandard() {
         return ordinal() <= COOKIE.ordinal();
      }
   }
   @Documented
   @Retention(RetentionPolicy.RUNTIME)
   public @interface Unused {