Fix single javadoc warning in VisibilityController -- removed a '@return'
This commit is contained in:
parent
b004e4ff5b
commit
0c7d22439d
|
@ -466,7 +466,6 @@ public class VisibilityController extends BaseMasterAndRegionObserver implements
|
||||||
* could be used.
|
* could be used.
|
||||||
*
|
*
|
||||||
* @param cell
|
* @param cell
|
||||||
* @return
|
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
private boolean checkForReservedVisibilityTagPresence(Cell cell) throws IOException {
|
private boolean checkForReservedVisibilityTagPresence(Cell cell) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue