[DOCS] fixed DeleteIndexedScriptResponse javadocs
This commit is contained in:
parent
c2594c0d3b
commit
ca5a17e4ba
|
@ -26,10 +26,10 @@ import org.elasticsearch.common.io.stream.StreamOutput;
|
|||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* The response of the delete action.
|
||||
* The response of the delete indexed script action.
|
||||
*
|
||||
* @see DeleteIndexedScriptRequest
|
||||
* @see org.elasticsearch.client.Client#delete(DeleteIndexedScriptRequest)
|
||||
* @see org.elasticsearch.client.Client#deleteIndexedScript(DeleteIndexedScriptRequest)
|
||||
*/
|
||||
public class DeleteIndexedScriptResponse extends ActionResponse {
|
||||
|
||||
|
|
Loading…
Reference in New Issue