Fix checkstyle violation in delete docs test

This commit addresses a checkstyle violation in
DeleteDocumentationIT.java.
This commit is contained in:
Jason Tedor 2017-03-01 08:22:02 -05:00
parent 42f6d1e900
commit cda0d5f86a
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ import java.io.IOException;
* Then in the documentation, you can extract what is between tag and end tags with
* ["source","java",subs="attributes,callouts"]
* --------------------------------------------------
* sys2::[perl -ne 'exit if /end::example/; print if $tag; $tag = $tag || /tag::example/' {docdir}/../../client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/DeleteDocumentationIT.java]
* sys2::[perl -ne 'exit if /end::example/; print if $tag; $tag = $tag || /tag::example/' \
* {docdir}/../../client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/DeleteDocumentationIT.java]
* --------------------------------------------------
*/
public class DeleteDocumentationIT extends ESRestHighLevelClientTestCase {