You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/14 16:51:44 UTC

[GitHub] [netbeans] mbien commented on a diff in pull request #5209: Added missing @Deprecated annotations

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists