Skip to content

Commit 03c4f97

Browse files
loosebazookaPatrick Flynn
andauthored
Update sigstore-java/src/main/java/dev/sigstore/encryption/certificates/Certificates.java
Co-authored-by: Patrick Flynn <[email protected]> Signed-off-by: Appu <[email protected]>
1 parent 59bcfdc commit 03c4f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore-java/src/main/java/dev/sigstore/encryption/certificates/Certificates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public static CertPath toCertPath(Certificate certificate) throws CertificateExc
140140
return cf.generateCertPath(Collections.singletonList(certificate));
141141
}
142142

143-
/** Appends an CertPath to another {@link CertPath} as children. */
143+
/** Appends a CertPath to another {@link CertPath} as children. */
144144
public static CertPath appendCertPath(CertPath parent, Certificate child)
145145
throws CertificateException {
146146
CertificateFactory cf = CertificateFactory.getInstance("X.509");

0 commit comments

Comments
 (0)