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 authored 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 {

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.