Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.98.0, 0.95.2, 0.94.9
-
Any. Actually it is just wrong comment in code.
-
Reviewed
Description
preScannerOpen() method of RegionCoprocessorHost class is documented to return 'false' value in negative case (default operation should not be bypassed). Actual implementation returns 'null' value.
Proposed solution is just to correct comment to match existing implementation.