HBASE-8875 incorrect javadoc for EXCLUDE_FROM_MINOR_COMPACTION

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-28 05:05:18 +00:00
parent 13beb54cfe
commit 49a58b7de8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class StoreFile {
public static final byte[] MAJOR_COMPACTION_KEY = public static final byte[] MAJOR_COMPACTION_KEY =
Bytes.toBytes("MAJOR_COMPACTION_KEY"); Bytes.toBytes("MAJOR_COMPACTION_KEY");
/** Major compaction flag in FileInfo */ /** Minor compaction flag in FileInfo */
public static final byte[] EXCLUDE_FROM_MINOR_COMPACTION_KEY = public static final byte[] EXCLUDE_FROM_MINOR_COMPACTION_KEY =
Bytes.toBytes("EXCLUDE_FROM_MINOR_COMPACTION"); Bytes.toBytes("EXCLUDE_FROM_MINOR_COMPACTION");