Skip to content

Commit

Permalink
fix(spoon): Mark class as non abstract (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jul 10, 2023
1 parent 7431304 commit 35b988f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@Unremovable
@ApplicationScoped
public abstract class SpoonPeriodicMiner {
public class SpoonPeriodicMiner {

Check failure on line 31 in github-bot/src/main/java/io/github/martinwitt/laughing_train/mining/SpoonPeriodicMiner.java

View workflow job for this annotation

GitHub Actions / Qodana for JVM

Incorrect managed bean definition

Managed bean must have a constructor with no parameters or a constructor annotated with @Inject

static final FluentLogger logger = FluentLogger.forEnclosingClass();
private static final String ANALYZER_NAME = "spoon-analyzer";
Expand Down

0 comments on commit 35b988f

Please sign in to comment.