Skip to content

Commit

Permalink
8340537: Typo in javadoc of java.util.jar.JarFile
Browse files Browse the repository at this point in the history
Reviewed-by: mullan, lancea, iris
  • Loading branch information
jaikiran committed Sep 20, 2024
1 parent e087ede commit 90d3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/util/jar/JarFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
* <p> If the {@code verify} flag is on when opening a signed jar file, the content
* of the jar entry is verified against the signature embedded inside the manifest
* that is associated with its {@link JarEntry#getRealName() path name}. For a
* multi-release jar file, the content of a versioned entry is verfieid against
* multi-release jar file, the content of a versioned entry is verified against
* its own signature and {@link JarEntry#getCodeSigners()} returns its own signers.
*
* Please note that the verification process does not include validating the
Expand Down

0 comments on commit 90d3a64

Please sign in to comment.