Hi Abhijit,
you'll need to correct the Copyright year format in your edits. It needs
to be "Copyright (c) <start_year>, <end_year>, Oracle..." format.
For the ZipFile change, you need to use lower case 's' in @since.
Looks good otherwise.
regards,
Sean.
On 10/02/17 10:51, Abhijit Roy wrote:
Hi all,
Please review the java doc fix for the below Bug:
Bug: https://bugs.openjdk.java.net/browse/JDK-8173094
Description: Error in API documentation for SwingWorker
Webrev-http://cr.openjdk.java.net/~rpatil/ababroy/8173094/webrev.00/
I have addressed some other doc issues which I included into the same webrev,
please find those links below.
Bug: https://bugs.openjdk.java.net/browse/JDK-8173751
Description: Syntax error in ZipFile.getComment() method
Bug: https://bugs.openjdk.java.net/browse/JDK-8173752
Description: Syntax error in ZipEntry.setCompressedSize(long) method
documentation
Bug: https://bugs.openjdk.java.net/browse/JDK-8173755
Description: The word input should be replaced by output in
FilterOutputStream.write(byte[],int,int) method documentation
Bug: https://bugs.openjdk.java.net/browse/JDK-8173802
Description: Incorrect argument name in java.io.FilterInputStream.read(byte[])
method documentation
Regards,
Abhijit