[Docs] Correct javadoc of GetIndexRequest (#29364)

This commit is contained in:
Stéphane Campinas 2018-04-04 12:11:29 +02:00 committed by Christoph Büscher
parent c1ae7e834c
commit 38a651e5f1

View File

@ -28,7 +28,7 @@ import org.elasticsearch.common.util.ArrayUtils;
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 {