Skip to content

Commit dda7adb

Browse files
committed
refactor: Remove unused DEFAULT_NODE_FOLDER constant
1 parent 3498777 commit dda7adb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flow-server/src/main/java/com/vaadin/flow/server/Constants.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ public final class Constants implements Serializable {
145145
*/
146146
public static final boolean DEFAULT_REQUIRE_HOME_NODE_EXECUTABLE = false;
147147

148-
/**
149-
* The default value for {@link InitParameters#NODE_FOLDER}.
150-
*/
151-
public static final String DEFAULT_NODE_FOLDER = null;
152-
153148
/**
154149
* The name of the environment variable that controls whether server-side
155150
* usage statistics is enabled.

0 commit comments

Comments
 (0)