James Moger
2011-10-24 2a99c31201b7002e4dd827b226cf2112d17ca1e1
src/com/gitblit/Constants.java
@@ -204,7 +204,8 @@
      LIST_REPOSITORIES, CREATE_REPOSITORY, EDIT_REPOSITORY, DELETE_REPOSITORY,
      LIST_USERS, CREATE_USER, EDIT_USER, DELETE_USER, LIST_REPOSITORY_MEMBERS,
      SET_REPOSITORY_MEMBERS, LIST_FEDERATION_REGISTRATIONS, LIST_FEDERATION_RESULTS,
      LIST_FEDERATION_PROPOSALS, LIST_FEDERATION_SETS;
      LIST_FEDERATION_PROPOSALS, LIST_FEDERATION_SETS, LIST_SETTINGS, EDIT_SETTINGS,
      LIST_STATUS;
      public static RpcRequest fromName(String name) {
         for (RpcRequest type : values()) {
@@ -212,7 +213,7 @@
               return type;
            }
         }
         return LIST_REPOSITORIES;
         return null;
      }
      public boolean exceeds(RpcRequest type) {