Index: core/src/main/java/org/apache/hadoop/hbase/regionserver/QueryMatcher.java =================================================================== --- core/src/main/java/org/apache/hadoop/hbase/regionserver/QueryMatcher.java (revision 943975) +++ core/src/main/java/org/apache/hadoop/hbase/regionserver/QueryMatcher.java (working copy) @@ -54,7 +54,7 @@ * Additionally, this contains "early-out" language to tell the scanner to * move on to the next File (memstore or Storefile), or to return immediately. */ - static enum MatchCode { + public static enum MatchCode { /** * Include KeyValue in the returned result */