Skip to content

Commit

Permalink
Renamed factory
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Dec 12, 2023
1 parent 201b2b0 commit 5f2ebe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import nextflow.trace.TraceObserverFactory
* @author Paolo Di Tommaso <[email protected]>
*/
@CompileStatic
class IridaNextFactory implements TraceObserverFactory {
class IridaNextObserverFactory implements TraceObserverFactory {

@Override
Collection<TraceObserver> create(Session session) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-iridanext/src/resources/META-INF/extensions.idx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nextflow.iridanext.IridaNextFactory
nextflow.iridanext.IridaNextObserverFactory

0 comments on commit 5f2ebe0

Please sign in to comment.