Skip to content

Commit 38a651e

Browse files
scampiChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Correct javadoc of GetIndexRequest (#29364)
1 parent c1ae7e8 commit 38a651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/admin/indices/get/GetIndexRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.io.IOException;
2929

3030
/**
31-
* A request to delete an index. Best created with {@link org.elasticsearch.client.Requests#deleteIndexRequest(String)}.
31+
* A request to retrieve information about an index.
3232
*/
3333
public class GetIndexRequest extends ClusterInfoRequest<GetIndexRequest> {
3434
public enum Feature {

0 commit comments

Comments
 (0)