HBASE-22750 Correct @throws in comment.(In class org.apache.hadoop.hbase.client.RetryingCallerInterceptor) (#418)

This commit is contained in:
Gabriel 2019-07-27 12:06:03 +08:00 committed by stack
parent fd267168d8
commit a1442a8295
1 changed files with 1 additions and 1 deletions

View File

@ -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)