HBASE-12908 Typos in MemstoreFlusher javadocs (Edvin Malinovskis)

This commit is contained in:
Jonathan M Hsieh 2015-03-17 00:36:00 -07:00
parent 04ac18917c
commit 489698d6c0
1 changed files with 2 additions and 2 deletions

View File

@ -432,7 +432,7 @@ class MemStoreFlusher implements FlushRequester {
* on delay queue to retry later.
* @param fqe
* @return true if the region was successfully flushed, false otherwise. If
* false, there will be accompanying log messages explaining why the log was
* false, there will be accompanying log messages explaining why the region was
* not flushed.
*/
private boolean flushRegion(final FlushRegionEntry fqe) {
@ -481,7 +481,7 @@ class MemStoreFlusher implements FlushRequester {
* poll on the flush queue (which removed it).
* @param forceFlushAllStores whether we want to flush all store.
* @return true if the region was successfully flushed, false otherwise. If
* false, there will be accompanying log messages explaining why the log was
* false, there will be accompanying log messages explaining why the region was
* not flushed.
*/
private boolean flushRegion(final HRegion region, final boolean emergencyFlush,