Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wtt40122 committed Mar 18, 2024
1 parent ba440e4 commit 6f53005
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,5 @@ public void existsTemplateTest() throws IOException {
IndexTemplatesExistRequest request = new IndexTemplatesExistRequest(templateName);
boolean res = client.existsTemplate(request);
System.out.println("result:" + res);
System.in.read();
}
}

0 comments on commit 6f53005

Please sign in to comment.