Skip to content

Commit 7218d84

Browse files
author
John Jiang
committedFeb 10, 2022
8281567: Remove @throws IOException from X509CRLImpl::getExtension docs
Reviewed-by: xuelei, jiefu
1 parent fd8a3dc commit 7218d84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/java.base/share/classes/sun/security/x509/X509CRLImpl.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -1047,7 +1047,6 @@ public byte[] getExtensionValue(String oid) {
10471047
*
10481048
* @param oid ObjectIdentifier of extension desired
10491049
* @return Object of type {@code <extension>} or null, if not found
1050-
* @throws IOException on error
10511050
*/
10521051
public Object getExtension(ObjectIdentifier oid) {
10531052
if (extensions == null)

0 commit comments

Comments
 (0)
Please sign in to comment.