mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 09:54:55 +00:00
remove register and remove license from license manager service
Original commit: elastic/x-pack-elasticsearch@8e593a126c
This commit is contained in:
parent
32af9610dd
commit
2471f73a6b
@ -235,14 +235,6 @@ public class AbstractCollectorTestCase extends MarvelIntegTestCase {
|
||||
|
||||
private volatile License license;
|
||||
|
||||
@Override
|
||||
public void registerLicense(PutLicenseRequest request, ActionListener<LicensesService.LicensesUpdateResponse> listener) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeLicense(DeleteLicenseRequest request, ActionListener<ClusterStateUpdateResponse> listener) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> licenseesWithState(LicenseState state) {
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user