HBASE-13898 AMMENDMENT Correct Javadoc errors in site

Signed-off-by: Sean Busbey <busbey@apache.org>

Conflicts:
	hbase-common/src/main/java/org/apache/hadoop/hbase/nio/MultiByteBuffer.java
This commit is contained in:
Gábor Lipták 2015-06-19 21:59:52 -04:00 committed by Sean Busbey
parent 9ac6539f6a
commit 272404f67a
2 changed files with 1 additions and 3 deletions

View File

@ -649,8 +649,6 @@ public interface Region extends ConfigurationObserver {
*
* @throws IOException general io exceptions
* because a snapshot was not properly persisted.
* @throws DroppedSnapshotException Thrown when abort is required. The caller MUST catch this
* exception and MUST abort. Any further operation to the region may cause data loss.
*/
FlushResult flush(boolean force) throws IOException;

View File

@ -269,7 +269,7 @@ public class WALKey implements SequenceId, Comparable<WALKey> {
/**
* Allow that the log sequence id to be set post-construction and release all waiters on assigned
* sequence number.
* Only public for {@link org.apache.hadoop.hbase.regionserver.wal.FSWALEntry}
* Only public for org.apache.hadoop.hbase.regionserver.wal.FSWALEntry
* @param sequence
*/
@InterfaceAudience.Private