Skip to content

Commit

Permalink
removed ApmActionsMainService service
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Oct 25, 2024
1 parent 750c89a commit 19a69ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.cognifide.apm.core.Property;
import com.cognifide.apm.core.actions.scanner.AnnotatedClassRegistry;
import com.cognifide.apm.core.actions.scanner.RegistryChangedListener;
import com.cognifide.apm.main.services.ApmActionsMainService;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Maps;
import java.util.ArrayList;
Expand Down Expand Up @@ -57,9 +56,6 @@ public class ActionMapperRegistryImpl implements RegistryChangedListener, Action

private static final String BUNDLE_HEADER = "APM-Actions";

@Reference
private ApmActionsMainService apmActionsMainService;

private AnnotatedClassRegistry registry;

private final AtomicReference<Map<String, MapperDescriptor>> mappers = new AtomicReference<>(
Expand Down

This file was deleted.

0 comments on commit 19a69ad

Please sign in to comment.