From fec6f549abfbec784034b436a72d9cd82ffecdab Mon Sep 17 00:00:00 2001 From: Sean Mullan Date: Thu, 13 Feb 2025 12:02:42 -0500 Subject: [PATCH] Fix whitespace. --- src/java.base/share/classes/java/net/JarURLConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.base/share/classes/java/net/JarURLConnection.java b/src/java.base/share/classes/java/net/JarURLConnection.java index 1df000b7c6127..160b7e8de6469 100644 --- a/src/java.base/share/classes/java/net/JarURLConnection.java +++ b/src/java.base/share/classes/java/net/JarURLConnection.java @@ -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