Repository: groovy
Updated Branches:
  refs/heads/master a82cd17b5 -> 0123a525d


Minor refactoring


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0123a525
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/0123a525
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/0123a525

Branch: refs/heads/master
Commit: 0123a525de8fdea04f2d9e5fefedaf79b734facd
Parents: a82cd17
Author: sunlan <[email protected]>
Authored: Sat Aug 26 15:28:02 2017 +0800
Committer: sunlan <[email protected]>
Committed: Sat Aug 26 15:28:02 2017 +0800

----------------------------------------------------------------------
 src/main/org/codehaus/groovy/control/CompilerConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/0123a525/src/main/org/codehaus/groovy/control/CompilerConfiguration.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/control/CompilerConfiguration.java 
b/src/main/org/codehaus/groovy/control/CompilerConfiguration.java
index ac9c69f..ba637da 100644
--- a/src/main/org/codehaus/groovy/control/CompilerConfiguration.java
+++ b/src/main/org/codehaus/groovy/control/CompilerConfiguration.java
@@ -83,7 +83,7 @@ public class CompilerConfiguration {
     public static final String[] ALLOWED_JDKS = 
JDK_TO_BYTECODE_VERSION_MAP.keySet().toArray(new String[0]);
 
     // Just call getVMVersion() once.
-    public static final String currentJVMVersion = getVMVersion();
+    public static final String CURRENT_JVM_VERSION = getVMVersion();
 
     // Static initializers are executed in text order,
     // therefore we must do this one last!

Reply via email to