mbien commented on code in PR #5209:
URL: https://github.com/apache/netbeans/pull/5209#discussion_r1070339848
##########
java/refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/ChangeParamsTransformer.java:
##########
@@ -912,9 +912,11 @@ public Boolean reduce(Boolean r1, Boolean r2) {
* <li>@see</li>
* <li>@since</li>
* <li>@serial (or @serialField or @serialData)</li>
- * <li>@deprecated (see How and When To Deprecate APIs)</li>
* </ul>
+ *
+ * @deprecated (see How and When To Deprecate APIs)
*/
+ @Deprecated
Review Comment:
you made it worse. This is *not* deprecated. The annotation is just
mentioned in the javadoc in a list.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists