Move configuration option to a system property

This commit is contained in:
Riley Park
2024-07-20 10:14:55 -07:00
parent bb682e9548
commit 574485b5bd
2 changed files with 3 additions and 2 deletions

View File

@@ -549,7 +549,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public class Spark extends ConfigurationPart {
+ public boolean enabled = true;
+ public boolean enableImmediately = false;
+ public boolean preferSparkPlugin = false;
+ }
+
+ @Deprecated(forRemoval = true)