remove register and remove license from license manager service

Original commit: elastic/x-pack-elasticsearch@8e593a126c
This commit is contained in:
Areek Zillur 2015-10-26 14:16:20 -04:00
parent 32af9610dd
commit 2471f73a6b
1 changed files with 0 additions and 8 deletions

View File

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