You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated Use {@link #baseSparkMaxConfig()} instead.
191
+
*/
192
+
@Deprecated// Probably should not be used as even though it technically returns a SparkBaseConfig, it can only be used a SparkMaxConfig, and so it does essentially the same thing as baseSparkMaxConfig
191
193
publicstaticSparkBaseConfigbaseSparkConfig() {
192
194
SparkMaxConfigconfig = newSparkMaxConfig();
193
195
@@ -206,7 +208,9 @@ public static SparkBaseConfig baseSparkConfig() {
206
208
}
207
209
/**
208
210
* Overrides an old config - but does not change other settings.
211
+
* @deprecated Use {@link #baseSparkMaxConfig(SparkMaxConfig)} instead.
209
212
*/
213
+
@Deprecated// Probably should not be used as even though it technically returns a SparkBaseConfig, it can only be used a SparkMaxConfig, and so it does essentially the same thing as baseSparkMaxConfig
0 commit comments