mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 09:39:06 +00:00
Remove unused subclass in the Environment enum value (#582)
This commit is contained in:
@@ -85,9 +85,7 @@ public enum Environment {
|
||||
/** The current working directory */
|
||||
USER_DIR("user.dir", null, null, OptionType.PATH, Flags.NONE),
|
||||
/** The JDK_JAVA_OPTIONS option */
|
||||
JDK_JAVA_OPTIONS("jdk.java.options", "JDK_JAVA_OPTIONS", "", OptionType.STRING, Flags.DISCRIMINATING) {
|
||||
|
||||
},
|
||||
JDK_JAVA_OPTIONS("jdk.java.options", "JDK_JAVA_OPTIONS", "", OptionType.STRING, Flags.DISCRIMINATING),
|
||||
|
||||
//
|
||||
// Maven properties
|
||||
|
Reference in New Issue
Block a user