# HG changeset patch # User sherman # Date 1539113811 25200 # Node ID 070186461dbbe957899365de5584f9874d1530d2 # Parent 3a2384b54b56353daafff8dfcffcdd788101a6c9 8211880: Broken links in java.util.jar Reviewed-by: alanb, mchung, martin diff -r 3a2384b54b56 -r 070186461dbb src/java.base/share/classes/java/util/jar/Attributes.java --- a/src/java.base/share/classes/java/util/jar/Attributes.java Tue Oct 09 20:32:24 2018 +0100 +++ b/src/java.base/share/classes/java/util/jar/Attributes.java Tue Oct 09 12:36:51 2018 -0700 @@ -550,7 +550,7 @@ * {@code Name} object for {@code Manifest-Version} * manifest attribute. This attribute indicates the version number * of the manifest standard to which a JAR file's manifest conforms. - * @see + * @see * Manifest and Signature Specification */ public static final Name MANIFEST_VERSION = new Name("Manifest-Version"); @@ -558,7 +558,7 @@ /** * {@code Name} object for {@code Signature-Version} * manifest attribute used when signing JAR files. - * @see + * @see * Manifest and Signature Specification */ public static final Name SIGNATURE_VERSION = new Name("Signature-Version"); @@ -572,7 +572,7 @@ /** * {@code Name} object for {@code Class-Path} * manifest attribute. - * @see + * @see * JAR file specification */ public static final Name CLASS_PATH = new Name("Class-Path");