diff --git a/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/MlRestTestStateCleaner.java b/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/MlRestTestStateCleaner.java index 3fd8370667a..f1cabd41b79 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/MlRestTestStateCleaner.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/MlRestTestStateCleaner.java @@ -24,12 +24,6 @@ import java.util.Map; import static org.junit.Assert.assertEquals; -/* - * NOTE: a copy if this file resides in :x-pack-elasticsearch:qa:smoke-test-ml-with-security - * - * Therefore any changes here, have to be transfered there, too. - * (Or eventually fix it by introducing a common test infrastructure package) - */ public class MlRestTestStateCleaner {