From a1442a8295435a367e9d95c2cf5f3bce5e132afa Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 27 Jul 2019 12:06:03 +0800 Subject: [PATCH] HBASE-22750 Correct @throws in comment.(In class org.apache.hadoop.hbase.client.RetryingCallerInterceptor) (#418) --- .../apache/hadoop/hbase/client/RetryingCallerInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RetryingCallerInterceptor.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RetryingCallerInterceptor.java index e8be79d1974..42490f0ab99 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RetryingCallerInterceptor.java +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/RetryingCallerInterceptor.java @@ -78,7 +78,7 @@ abstract class RetryingCallerInterceptor { * Call this function alongside the actual call done on the callable. * * @param abstractRetryingCallerInterceptorContext - * @throws PreemptiveFastFailException + * @throws IOException */ public abstract void intercept( RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext)