We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8a3dc commit 7218d84Copy full SHA for 7218d84
src/java.base/share/classes/sun/security/x509/X509CRLImpl.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -1047,7 +1047,6 @@ public byte[] getExtensionValue(String oid) {
1047
1048
* @param oid ObjectIdentifier of extension desired
1049
* @return Object of type {@code <extension>} or null, if not found
1050
- * @throws IOException on error
1051
*/
1052
public Object getExtension(ObjectIdentifier oid) {
1053
if (extensions == null)
0 commit comments