Skip to content

Commit

Permalink
class is not a managed bean
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Nov 22, 2024
1 parent 2fa91b3 commit 06a5f88
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import jakarta.annotation.Nonnull;
import jakarta.annotation.Nullable;
import jakarta.inject.Inject;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
Expand Down Expand Up @@ -111,7 +110,6 @@ public class PolarisAdminService {
// Initialized in the authorize methods.
private PolarisResolutionManifest resolutionManifest = null;

@Inject
public PolarisAdminService(
CallContext callContext,
PolarisEntityManager entityManager,
Expand Down

0 comments on commit 06a5f88

Please sign in to comment.