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 8560521 commit 42489bcCopy full SHA for 42489bc
javalite-async/src/main/java/org/javalite/async/CommandListener.java
@@ -39,7 +39,7 @@ public void onMessage(Message message) {
39
}
40
41
42
- protected <T extends Command> void onCommand(T command) {
+ public <T extends Command> void onCommand(T command) {
43
if(injector != null){
44
injector.injectMembers(command);
45
0 commit comments