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 f7ac3badbc
commit 5ab3f76a16

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)