We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bcfdc commit 03c4f97Copy full SHA for 03c4f97
sigstore-java/src/main/java/dev/sigstore/encryption/certificates/Certificates.java
@@ -140,7 +140,7 @@ public static CertPath toCertPath(Certificate certificate) throws CertificateExc
140
return cf.generateCertPath(Collections.singletonList(certificate));
141
}
142
143
- /** Appends an CertPath to another {@link CertPath} as children. */
+ /** Appends a CertPath to another {@link CertPath} as children. */
144
public static CertPath appendCertPath(CertPath parent, Certificate child)
145
throws CertificateException {
146
CertificateFactory cf = CertificateFactory.getInstance("X.509");
0 commit comments