File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/rest-high-level/src/test/java/org/elasticsearch/client
docs/java-rest/high-level Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878import static org .hamcrest .Matchers .is ;
7979import static org .hamcrest .Matchers .oneOf ;
8080
81- public class DataFrameTransformIT extends ESRestHighLevelClientTestCase {
81+ public class TransformIT extends ESRestHighLevelClientTestCase {
8282
8383 private List <String > transformsToClean = new ArrayList <>();
8484
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ include::ilm/remove_lifecycle_policy_from_index.asciidoc[]
580580== {transform-cap} APIs
581581
582582:upid: {mainid}
583- :doc-tests-file: {doc-tests}/DataFrameTransformDocumentationIT .java
583+ :doc-tests-file: {doc-tests}/TransformDocumentationIT .java
584584
585585The Java High Level REST Client supports the following {transform}
586586APIs:
You can’t perform that action at this time.
0 commit comments