James Moger
2011-09-14 8f73a7cc630bb61d088c7cdad30a6708870184ee
src/com/gitblit/Constants.java
@@ -151,7 +151,7 @@
         return name();
      }
   }
   /**
    * Enumeration representing the federation types.
    */
@@ -167,6 +167,14 @@
         return FEDERATE_THIS;
      }
      public boolean exceeds(FederationStrategy type) {
         return this.ordinal() > type.ordinal();
      }
      public boolean atLeast(FederationStrategy type) {
         return this.ordinal() >= type.ordinal();
      }
      @Override
      public String toString() {
         return name();