Correct @throws in comment.
In the comment of class org.apache.hadoop.hbase.client.RetryingCallerInterceptor's method
public abstract void intercept(
RetryingCallerInterceptorContext abstractRetryingCallerInterceptorContext)
throws IOException;
It was a PreemptiveFastFailException before while it's current IOException
- links to