On Thu, 10 Feb 2022 06:18:28 GMT, John Jiang <jji...@openjdk.org> wrote:
> In class sun.security.x509.X509CRLImpl, method getExtension(ObjectIdentifier) > doesn't declare that IOException would be thrown, so the @throws IOException > doc should be removed. This pull request has now been integrated. Changeset: 7218d844 Author: John Jiang <jji...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/7218d8449bfaa3f121b66088a88a194f77f06753 Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod 8281567: Remove @throws IOException from X509CRLImpl::getExtension docs Reviewed-by: xuelei, jiefu ------------- PR: https://git.openjdk.java.net/jdk/pull/7419