daniellansun commented on code in PR #1948:
URL: https://github.com/apache/groovy/pull/1948#discussion_r1318110909


##########
src/main/java/org/codehaus/groovy/vmplugin/VMPlugin.java:
##########
@@ -179,4 +181,17 @@ static String getJavaVersion() {
     default Map<String, Set<String>> getDefaultImportClasses(String[] 
packageNames) {
         return Collections.emptyMap();
     }
+
+    /**
+     * Returns the list of record component names or the empty list if
+     * the class is not a record or running on a pre16 JDK.
+     *
+     * @param maybeRecord the class in question
+     * @return the default list of names
+     * @since 4.0.14

Review Comment:
   4.0.14 was released, so the version should be 4.0.15?



-- 
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-unsubscr...@groovy.apache.org

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

Reply via email to