You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/12 12:17:59 UTC

[maven-mvnd] branch master updated: Remove unused subclass in the Environment enum value (#582)

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 1de326c  Remove unused subclass in the Environment enum value (#582)
1de326c is described below

commit 1de326c59eb351dc7f13c9ee502957fbbe1e4de5
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Jan 12 13:17:54 2022 +0100

    Remove unused subclass in the Environment enum value (#582)
---
 common/src/main/java/org/mvndaemon/mvnd/common/Environment.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java b/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java
index a2d3b00..eda88b0 100644
--- a/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java
+++ b/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java
@@ -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