HBASE-8758 Error in RegionCoprocessorHost class preScanner method documentation

Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Roman Nikitchenko 2017-05-10 11:30:16 +08:00 committed by Chia-Ping Tsai
parent 815b0f853b
commit 3bcc475ee2
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ public class RegionCoprocessorHost
/**
* @param scan the Scan specification
* @return scanner id to return to client if default operation should be
* bypassed, false otherwise
* bypassed, null otherwise
* @exception IOException Exception
*/
public RegionScanner preScannerOpen(final Scan scan) throws IOException {