You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/05/06 00:34:19 UTC

[groovy] branch GROOVY_3_0_X updated: Add comment to Java 8 package list

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 86a5860  Add comment to Java 8 package list
86a5860 is described below

commit 86a58601611699ea0bdcf387932e9da9c0c2e025
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed May 6 08:33:16 2020 +0800

    Add comment to Java 8 package list
    
    (cherry picked from commit 6639345cf66c51be7d2230c090412452971b0eaa)
---
 src/main/java/org/codehaus/groovy/vmplugin/v9/Java9.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/codehaus/groovy/vmplugin/v9/Java9.java b/src/main/java/org/codehaus/groovy/vmplugin/v9/Java9.java
index 757ec77..e635157 100644
--- a/src/main/java/org/codehaus/groovy/vmplugin/v9/Java9.java
+++ b/src/main/java/org/codehaus/groovy/vmplugin/v9/Java9.java
@@ -469,6 +469,7 @@ public class Java9 extends Java8 {
     }
 
     private static String[] JAVA8_PACKAGES() {
+        // The following package list should NOT be changed!
         return new String[] {
                 "apple.applescript",
                 "apple.laf",