Rename 'RELEASE' fields into 'JDK_RELEASE'

This commit is contained in:
Mikhael Bogdanov
2021-11-16 10:09:44 +01:00
committed by Space
parent b8ca22da87
commit 3593e45b97
35 changed files with 37 additions and 37 deletions
@@ -106,7 +106,7 @@ public class JVMConfigurationKeys {
public static final CompilerConfigurationKey<JvmStringConcat> STRING_CONCAT =
CompilerConfigurationKey.create("Specifies string concatenation scheme");
public static final CompilerConfigurationKey<Integer> RELEASE =
public static final CompilerConfigurationKey<Integer> JDK_RELEASE =
CompilerConfigurationKey.create("Specifies JDK API version");
public static final CompilerConfigurationKey<JvmClosureGenerationScheme> SAM_CONVERSIONS =