mbien commented on code in PR #5419:
URL: https://github.com/apache/netbeans/pull/5419#discussion_r1096207576


##########
ide/editor.lib/src/org/netbeans/editor/JumpList.java:
##########
@@ -210,7 +210,7 @@ public static boolean hasNext() {
 
     /**
      * @return Unspecified string.
-     * @deprecate Should have never been public.
+     * @deprecated Should have never been public.
      */

Review Comment:
   please add the `@Deprecated` annotation too



##########
ide/csl.api/src/org/netbeans/modules/csl/spi/DefaultLanguageConfig.java:
##########
@@ -111,7 +111,7 @@ public Parser getParser() {
      * NOTE: Code folding doesn't work until you enable code folding for your
      * editor kit; see GsfEditorKitFactory's reference to CODE_FOLDING_ENABLE 
for
      * an example.
-     * @wasdeprecated This function is not called anymore. You
+     * @deprecated This function is not called anymore. You

Review Comment:
   please add the `@Deprecated` annotation too



##########
ide/csl.api/src/org/netbeans/modules/csl/spi/DefaultLanguageConfig.java:
##########
@@ -195,7 +195,7 @@ public EmbeddingIndexerFactory getIndexerFactory() {
      * 
      * @return true iff this language configuration provides a
      *  structure scanner.
-     * @wasdeprecated This function is not called anymore. You
+     * @deprecated This function is not called anymore. You

Review Comment:
   please add the `@Deprecated` annotation too



-- 
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

Reply via email to