Browse Source

[DOCS] Fix typos in HLRC delete stored script API (#70897)

Ivan Brusic 4 years ago
parent
commit
57ac4d9d13
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/java-rest/high-level/script/delete_script.asciidoc

+ 3 - 3
docs/java-rest/high-level/script/delete_script.asciidoc

@@ -58,7 +58,7 @@ completed the `ActionListener` is called back using the `onResponse` method
 if the execution successfully completed or using the `onFailure` method if
 it failed.
 
-A typical listener for `DeleteStoredScriptResponse` looks like:
+A typical listener for `AcknowledgedResponse` looks like:
 
 ["source","java",subs="attributes,callouts,macros"]
 --------------------------------------------------
@@ -71,11 +71,11 @@ provided as an argument
 [[java-rest-high-delete-stored-script-response]]
 ==== Delete Stored Script Response
 
-The returned `DeleteStoredScriptResponse` allows to retrieve information about the
+The returned `AcknowledgedResponse` allows to retrieve information about the
 executed operation as follows:
 
 ["source","java",subs="attributes,callouts,macros"]
 --------------------------------------------------
 include-tagged::{doc-tests}/StoredScriptsDocumentationIT.java[delete-stored-script-response]
 --------------------------------------------------
-<1> Indicates whether all of the nodes have acknowledged the request
+<1> Indicates whether all of the nodes have acknowledged the request