Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanjmullan committed Feb 13, 2025
1 parent 188859c commit fec6f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/net/JarURLConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public Attributes getMainAttributes() throws IOException {
* The verification process does not include validating or establishing
* trust in the code signers. A caller should perform additional checks,
* such as using a {@link java.security.cert.CertPathValidator} to
* validate each signer's certificate chain, and determining whether
* validate each signer's certificate chain, and determining whether
* to trust the entry signed by the signers.
*
* @return the Certificate objects for this connection if the URL
Expand Down

0 comments on commit fec6f54

Please sign in to comment.