You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/01/20 16:34:59 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #1075: HBASE-23645 Fixed remaining Checkstyle violations in hbase-common tests

saintstack commented on a change in pull request #1075: HBASE-23645 Fixed remaining Checkstyle violations in hbase-common tests
URL: https://github.com/apache/hbase/pull/1075#discussion_r368638455
 
 

 ##########
 File path: hbase-common/src/test/java/org/apache/hadoop/hbase/Waiter.java
 ##########
 @@ -87,29 +85,25 @@ public static float getWaitForRatio(Configuration conf) {
    */
   @InterfaceAudience.Private
   public interface Predicate<E extends Exception> {
-
     /**
      * Perform a predicate evaluation.
      * @return the boolean result of the evaluation.
-     * @throws Exception thrown if the predicate evaluation could not evaluate.
+     * @throws E thrown if the predicate evaluation could not evaluate.
 
 Review comment:
   Good

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services