James Moger
2013-09-30 ed9717d4e8d36bdc37a48bb0bdf8a000a1362127
src/main/java/com/gitblit/Constants.java
@@ -389,7 +389,7 @@
    * The types of objects that can be indexed and queried.
    */
   public static enum SearchObjectType {
      commit, blob, issue;
      commit, blob;
      static SearchObjectType fromName(String name) {
         for (SearchObjectType value : values()) {