mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-26 15:38:34 +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 */
|
/** The current working directory */
|
||||||
USER_DIR("user.dir", null, null, OptionType.PATH, Flags.NONE),
|
USER_DIR("user.dir", null, null, OptionType.PATH, Flags.NONE),
|
||||||
/** The JDK_JAVA_OPTIONS option */
|
/** 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
|
// Maven properties
|
||||||
|
Reference in New Issue
Block a user