File tree Expand file tree Collapse file tree
src/main/java/org/killbill/billing/plugin/helloworld Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,18 +60,10 @@ public class HelloWorldActivator extends KillbillActivatorBase {
6060
6161 private ServiceTracker <InvoiceFormatterFactory , InvoiceFormatterFactory > invoiceFormatterTracker ;
6262
63- private HealthCheckRegistry healthCheckRegistry ;
6463
6564 @ Override
6665 public void start (final BundleContext context ) throws Exception {
6766 super .start (context );
68- final ServiceReference <HealthCheckRegistry > reference = context .getServiceReference (HealthCheckRegistry .class );
69- if (reference != null ) {
70- final HealthCheckRegistry healthCheckRegistry = context .getService (reference );
71- if (healthCheckRegistry != null ) {
72- this .healthCheckRegistry = healthCheckRegistry ;
73- }
74- }
7567 final String region = PluginEnvironmentConfig .getRegion (configProperties .getProperties ());
7668
7769 // Register an event listener for plugin configuration (optional)
You can’t perform that action at this time.
0 commit comments