HBASE-8758 Error in RegionCoprocessorHost class preScanner method documentation
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
815b0f853b
commit
3bcc475ee2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue