Skip to content

Commit

Permalink
[BasePlugin_wrapper] fix: 🔥 remove override of start and stop methods
Browse files Browse the repository at this point in the history
  • Loading branch information
panaxging committed Jul 5, 2024
1 parent c6e2edf commit 288a0cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugins/nf-kafka/src/main/nextflow/events/KafkaPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,4 @@ class KafkaPlugin extends BasePlugin {
KafkaPlugin(PluginWrapper wrapper) {
super(wrapper)
}

@Override
void start() {
super.start()
}

@Override
void stop() {
ThreadFactory.instance.shutdownExecutors()
super.stop()
}

}

0 comments on commit 288a0cb

Please sign in to comment.