[CORE] Renamed internal action to be consistent
Original commit: elastic/x-pack-elasticsearch@21df16eba4
This commit is contained in:
parent
32af5a9d9c
commit
6d5b2569f1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue