mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8340537: Typo in javadoc of java.util.jar.JarFile
Reviewed-by: mullan, lancea, iris
This commit is contained in:
parent
e087edeb25
commit
90d3a64b0a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ import java.util.zip.ZipFile;
|
|||
* <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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue