apurtell commented on code in PR #4649:
URL: https://github.com/apache/hbase/pull/4649#discussion_r929424838
##########
hbase-hbtop/src/main/java/org/apache/hadoop/hbase/hbtop/HBTop.java:
##########
@@ -119,6 +120,7 @@ public int run(String[] args) throws Exception {
try {
delay = Integer.parseInt(commandLine.getOptionValue("delay"));
} catch (NumberFormatException ignored) {
+ delay = 0;
Review Comment:
Just to keep the block from being empty. A comment works here too if it is
less of an eyesore. I will try it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]