Skip to content

Commit

Permalink
Merge pull request #72 from matrei/matrei/clarify-comment
Browse files Browse the repository at this point in the history
chore: Fix code comment about reactor events
  • Loading branch information
matrei authored Feb 8, 2024
2 parents 79520f8 + a2cce85 commit 48da6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class EventBusGrailsPlugin extends Plugin {
eventBus(EventBus, ref('grailsEventBus'))


// make it possible to disable reactor events
// make it possible to enable reactor events
if(config.getProperty(TRANSLATE_SPRING_EVENTS, Boolean.class, false)) {
springEventTranslator(SpringEventTranslator, ref('grailsEventBus'))
}
Expand Down

0 comments on commit 48da6ea

Please sign in to comment.