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

2016-10-17 Thread Lance @ Oracle
+1


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive
Burlington, MA 01803
lance.ander...@oracle.com
Sent from my iPad

> On Oct 17, 2016, at 7:20 PM, Stuart Marks  wrote:
> 
> 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.javaThu Oct 13 
> 23:02:35 2016 +
> +++ b/src/java.base/share/classes/java/lang/Deprecated.javaMon 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


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

2016-10-17 Thread Joseph D. Darcy

+1

-Joe

On 10/17/2016 4:20 PM, Stuart Marks wrote:
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.javaThu Oct 
13 23:02:35 2016 +
+++ b/src/java.base/share/classes/java/lang/Deprecated.javaMon 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




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

2016-10-17 Thread Stuart Marks
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 +
+++ 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