Skip to content

Commit

Permalink
[Docs] Correct javadoc of GetIndexRequest (#29364)
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi authored and Christoph Büscher committed Apr 4, 2018
1 parent b163aee commit 089920a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.List;

/**
* A request to delete an index. Best created with {@link org.elasticsearch.client.Requests#deleteIndexRequest(String)}.
* A request to retrieve information about an index.
*/
public class GetIndexRequest extends ClusterInfoRequest<GetIndexRequest> {

Expand Down

0 comments on commit 089920a

Please sign in to comment.