RFR JDK 8 - Another round of doclint fixes in java.util.jar

Joe Darcy joe.darcy at oracle.com
Thu Jul 25 07:11:41 UTC 2013


On 07/25/2013 12:09 AM, David Holmes wrote:
> On 25/07/2013 4:47 PM, Joe Darcy wrote:
>> Hello,
>>
>> Please review this change below to fix another small batch of doclint
>> problem in java.util.jar.
>>
>> Thanks,
>>
>> -Joe
>>
>> diff -r fd1b5adcfdf0 src/share/classes/java/util/jar/Attributes.java
>> --- a/src/share/classes/java/util/jar/Attributes.java    Wed Jul 24
>> 22:52:01 2013 +0100
>> +++ b/src/share/classes/java/util/jar/Attributes.java    Wed Jul 24
>> 23:46:52 2013 -0700
>> @@ -527,7 +527,7 @@
>>            * <code>Name</code> object for <code>Manifest-Version</code>
>>            * manifest attribute. This attribute indicates the version
>> number
>>            * of the manifest standard to which a JAR file's manifest
>> conforms.
>> -         * @see <a href="../../../../technotes/guides/jar/jar.html#JAR
>> Manifest">
>> +         * @see <a
>> href="../../../../technotes/guides/jar/jar.html#JAR_Manifest">
>>            *      Manifest and Signature Specification</a>
>>            */
>
> I stared and stared at this but could not see a difference - trailing 
> whitespace?

Before

...#JAR-SPACE-Manifest

after

...#JAR-UNDERSCORE-Manifest

(Sorry for not pointing this subtle point out initially.)

Thanks,

-Joe



More information about the core-libs-dev mailing list