mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8277986: Typo in javadoc of java.util.zip.ZipEntry#setTime
Reviewed-by: alanb, iris, lancea
This commit is contained in:
parent
7049c13cf4
commit
0a01baaf2d
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class ZipEntry implements ZipConstants, Cloneable {
|
|||
* be stored into the {@code date and time fields} of the zip file
|
||||
* entry and encoded in standard {@code MS-DOS date and time format}.
|
||||
* The {@link java.util.TimeZone#getDefault() default TimeZone} is
|
||||
* used to convert the epoch time to the MS-DOS data and time.
|
||||
* used to convert the epoch time to the MS-DOS date and time.
|
||||
*
|
||||
* @param time
|
||||
* The last modification time of the entry in milliseconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue