Checkstyle fix

Original commit: elastic/x-pack-elasticsearch@1d0eaed282
This commit is contained in:
David Kyle 2017-02-03 15:35:36 +00:00
parent a7d95951a6
commit 21adb19b22
1 changed files with 3 additions and 3 deletions

View File

@ -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;