Bundle spark (#11093)
This commit is contained in:
@@ -544,6 +544,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public boolean useDisplayNameInQuitMessage = false;
|
||||
+ }
|
||||
+
|
||||
+ public Spark spark;
|
||||
+
|
||||
+ public class Spark extends ConfigurationPart {
|
||||
+ public boolean enabled = true;
|
||||
+ public boolean enableImmediately = false;
|
||||
+ public boolean preferSparkPlugin = false;
|
||||
+ }
|
||||
+
|
||||
+ @Deprecated(forRemoval = true)
|
||||
+ public Timings timings;
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user