RFR(xs): 8168096: markup error in "since" element spec of @Deprecated

Stuart Marks stuart.marks at oracle.com
Mon Oct 17 23:20:13 UTC 2016


Hi all, please review this tiny fix to the javadoc markup in the Deprecated 
annotation type.

Thanks,

s'marks




--- a/src/java.base/share/classes/java/lang/Deprecated.java	Thu Oct 13 23:02:35 
2016 +0000
+++ b/src/java.base/share/classes/java/lang/Deprecated.java	Mon Oct 17 16:18:26 
2016 -0700
@@ -79,7 +79,7 @@
      /**
       * Returns the version in which the annotated element became deprecated.
       * The version string is in the same format and namespace as the value of
-     * the {@code @since} javadoc tag. The default value is the empty
+     * the {@code @since} javadoc tag. The default value is the empty
       * string.
       *
       * @return the version string


More information about the core-libs-dev mailing list