8177949: @link tag arguments need correction for ElementType documentation
authordarcy
Tue, 04 Apr 2017 11:13:02 -0700
changeset 44532 39f580829da1
parent 44531 6d85a6d036b1
child 44533 f9216d49d88c
8177949: @link tag arguments need correction for ElementType documentation Reviewed-by: lancea
jdk/src/java.base/share/classes/java/lang/annotation/ElementType.java
--- a/jdk/src/java.base/share/classes/java/lang/annotation/ElementType.java	Tue Apr 04 08:10:13 2017 -0700
+++ b/jdk/src/java.base/share/classes/java/lang/annotation/ElementType.java	Tue Apr 04 11:13:02 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -28,7 +28,7 @@
 /**
  * The constants of this enumerated type provide a simple classification of the
  * syntactic locations where annotations may appear in a Java program. These
- * constants are used in {@link Target java.lang.annotation.Target}
+ * constants are used in {@link java.lang.annotation.Target Target}
  * meta-annotations to specify where it is legal to write annotations of a
  * given type.
  *