opened up getting the template name from DeleteIndexTemplateRequest

This commit is contained in:
uboness 2014-08-20 07:11:15 -07:00
parent 61da463dd0
commit e2311d5da4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }