[CORE] Renamed internal action to be consistent

Original commit: elastic/x-pack-elasticsearch@21df16eba4
This commit is contained in:
Areek Zillur 2014-11-15 17:21:13 -05:00
parent 32af5a9d9c
commit 6d5b2569f1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ import static org.elasticsearch.license.core.Licenses.reduceAndMap;
@Singleton
public class LicensesService extends AbstractLifecycleComponent<LicensesService> implements ClusterStateListener, LicensesManagerService, LicensesClientService {
public static final String REGISTER_TRIAL_LICENSE_ACTION_NAME = "internal:plugin/licenses/cluster/register_trial_license";
public static final String REGISTER_TRIAL_LICENSE_ACTION_NAME = "internal:plugin/license/cluster/register_trial_license";
private final ClusterService clusterService;