James Moger
2012-11-29 8fef1f8128b35e7378b8af1d9d76a731a74851c5
src/com/gitblit/Constants.java
@@ -398,6 +398,14 @@
      }
   }
   
   public static enum AuthenticationType {
      CREDENTIALS, COOKIE, CERTIFICATE;
      public boolean isStandard() {
         return ordinal() <= COOKIE.ordinal();
      }
   }
   @Documented
   @Retention(RetentionPolicy.RUNTIME)
   public @interface Unused {