Skip to content

Commit

Permalink
Add comment and remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitris-athanasiou committed Jun 15, 2018
1 parent 3751d62 commit 7cb4891
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper;

import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.EnumMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

import java.io.IOException;
import java.util.Locale;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

/**
* Enum representing logical comparisons on doubles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

- skip:
version: " - 6.1.99"
reason: "Rules replaced by custom_rules on 6.4.0"
reason: "This creates a job with the same name as the rules job to ensure that job is not missing in the upgraded cluster; also some of the rule fields were deprecated in 6.2 so we using the dummy from 6.2 onwards"

- do:
xpack.ml.put_job:
Expand Down

0 comments on commit 7cb4891

Please sign in to comment.