opened up getting the template name from DeleteIndexTemplateRequest
This commit is contained in:
parent
61da463dd0
commit
e2311d5da4
|
@ -56,7 +56,7 @@ public class DeleteIndexTemplateRequest extends MasterNodeOperationRequest<Delet
|
||||||
/**
|
/**
|
||||||
* The index template name to delete.
|
* The index template name to delete.
|
||||||
*/
|
*/
|
||||||
String name() {
|
public String name() {
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue