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 c1ae7e8 commit 38a651e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.io.IOException;

/**
* 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> {
public enum Feature {
Expand Down

0 comments on commit 38a651e

Please sign in to comment.