bsglz commented on pull request #2279:
URL: https://github.com/apache/hbase/pull/2279#issuecomment-677718538


   > We have this condition:
   > 
   > ```
   >   private static boolean isValidHour(int hour) {
   >     return 0 <= hour && hour <= 23;
   >   }
   > ```
   > 
   > which means 0 and 23 are inclusive only right? Am I missing something?
   
   It only means we can set number which between 0 and 23, but the later number 
not be treated as offpeak hour.  


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to