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:
[email protected]
With regards,
Apache Git Services