We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d09633 commit ecc80daCopy full SHA for ecc80da
playtime-core/src/main/java/com/github/imdmk/playtime/core/PlayTimeCore.java
@@ -45,7 +45,7 @@ final class PlayTimeCore {
45
46
ComponentManager componentManager = new ComponentManager(injector, BASE_PACKAGE)
47
.addProcessors(ComponentProcessors.defaults(plugin))
48
- .addPostProcessor(((instance, context) -> this.publisher.subscribe(instance)));
+ .addPostProcessor((instance, context) -> this.publisher.subscribe(instance));
49
50
componentManager.scanAll();
51
componentManager.processAll();
0 commit comments