[DOCS] fixed DeleteIndexedScriptResponse javadocs

This commit is contained in:
javanna 2014-08-11 17:53:30 +02:00 committed by Luca Cavanna
parent c2594c0d3b
commit ca5a17e4ba
1 changed files with 2 additions and 2 deletions

View File

@ -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 {