Skip to content

Commit 0fb2ec1

Browse files
committed
Fix javadoc
1 parent 6f53ba1 commit 0fb2ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/bouncycastle/asn1/x509/X509ObjectIdentifiers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface X509ObjectIdentifiers
3131
* id-SHA1 OBJECT IDENTIFIER ::=
3232
* {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 }
3333
* <p>
34-
* OID: 1.3.14.3.2.27
34+
* OID: 1.3.14.3.2.26
3535
*/
3636
static final ASN1ObjectIdentifier id_SHA1 = new ASN1ObjectIdentifier("1.3.14.3.2.26").intern();
3737

0 commit comments

Comments
 (0)