HBASE-22750 Correct @throws in comment.(In class org.apache.hadoop.hbase.client.RetryingCallerInterceptor) (#418)
This commit is contained in:
parent
fd267168d8
commit
a1442a8295
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue