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


##########
java/java.editor/src/org/netbeans/modules/java/editor/javadoc/JavadocCompletionItem.java:
##########
@@ -156,10 +157,10 @@ public String toString() {
                 txt, substitutionOffset);
     }
 
-    public static List<CompletionItem> addBlockTagItems(ElementKind kind,
+    public static List<CompletionItem> addBlockTagItems(SourceVersion 
sourceVersion,ElementKind kind,
             String prefix, int startOffset) {
         
-        List<TagEntry> tags = TagRegistery.getDefault().getTags(kind, false);
+        List<TagEntry> tags = TagRegistery.getDefault().getTags(kind, 
false,sourceVersion);

Review Comment:
   nit: please use a space behind the "," to be consistent with the rest of the 
file



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