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 bf9e32d59d
commit 65ad19ddf7
1 changed files with 2 additions and 2 deletions

View File

@ -431,7 +431,7 @@ class MemStoreFlusher implements FlushRequester {
* on delay queue to retry later. * on delay queue to retry later.
* @param fqe * @param fqe
* @return true if the region was successfully flushed, false otherwise. If * @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. * not flushed.
*/ */
private boolean flushRegion(final FlushRegionEntry fqe) { private boolean flushRegion(final FlushRegionEntry fqe) {
@ -482,7 +482,7 @@ class MemStoreFlusher implements FlushRequester {
* poll on the flush queue (which removed it). * poll on the flush queue (which removed it).
* @param forceFlushAllStores whether we want to flush all store. * @param forceFlushAllStores whether we want to flush all store.
* @return true if the region was successfully flushed, false otherwise. If * @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. * not flushed.
*/ */
private boolean flushRegion(final HRegion region, final boolean emergencyFlush, private boolean flushRegion(final HRegion region, final boolean emergencyFlush,