Checkstyle fix
Original commit: elastic/x-pack-elasticsearch@1d0eaed282
This commit is contained in:
parent
a7d95951a6
commit
21adb19b22
|
@ -57,9 +57,9 @@ public class JobUpdate implements Writeable, ToXContent {
|
||||||
|
|
||||||
public JobUpdate(@Nullable String description, @Nullable List<DetectorUpdate> detectorUpdates,
|
public JobUpdate(@Nullable String description, @Nullable List<DetectorUpdate> detectorUpdates,
|
||||||
@Nullable ModelDebugConfig modelDebugConfig, @Nullable AnalysisLimits analysisLimits,
|
@Nullable ModelDebugConfig modelDebugConfig, @Nullable AnalysisLimits analysisLimits,
|
||||||
@Nullable Long backgroundPersistInterval, @Nullable Long renormalizationWindowDays, @Nullable Long resultsRetentionDays,
|
@Nullable Long backgroundPersistInterval, @Nullable Long renormalizationWindowDays,
|
||||||
@Nullable Long modelSnapshotRetentionDays, @Nullable List<String> categorisationFilters,
|
@Nullable Long resultsRetentionDays, @Nullable Long modelSnapshotRetentionDays,
|
||||||
@Nullable Map<String, Object> customSettings) {
|
@Nullable List<String> categorisationFilters, @Nullable Map<String, Object> customSettings) {
|
||||||
this.description = description;
|
this.description = description;
|
||||||
this.detectorUpdates = detectorUpdates;
|
this.detectorUpdates = detectorUpdates;
|
||||||
this.modelDebugConfig = modelDebugConfig;
|
this.modelDebugConfig = modelDebugConfig;
|
||||||
|
|
Loading…
Reference in New Issue