Fix line length
Original commit: elastic/x-pack-elasticsearch@50e9ef0667
This commit is contained in:
parent
f82fa65d7d
commit
7f6788af1a
|
@ -266,7 +266,8 @@ public class LicensingTests extends SecurityIntegTestCase {
|
||||||
GraphLicensee graphLicensee = new GraphLicensee(settings);
|
GraphLicensee graphLicensee = new GraphLicensee(settings);
|
||||||
TestLicensesService licensesService = new TestLicensesService(settings,
|
TestLicensesService licensesService = new TestLicensesService(settings,
|
||||||
Arrays.asList(securityLicensee, watcherLicensee, monitoringLicensee, graphLicensee));
|
Arrays.asList(securityLicensee, watcherLicensee, monitoringLicensee, graphLicensee));
|
||||||
return Arrays.asList(securityLicensee, licensesService, watcherLicensee, monitoringLicensee, graphLicensee, securityLicenseState);
|
return Arrays.asList(securityLicensee, licensesService, watcherLicensee, monitoringLicensee,
|
||||||
|
graphLicensee, securityLicenseState);
|
||||||
}
|
}
|
||||||
|
|
||||||
public InternalLicensing() {
|
public InternalLicensing() {
|
||||||
|
|
Loading…
Reference in New Issue