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 2b45f39 commit 47a0cc1Copy full SHA for 47a0cc1
modules/nextflow/src/main/groovy/nextflow/trace/TraceObserver.groovy
@@ -31,12 +31,12 @@ import java.nio.file.Path
31
trait TraceObserver {
32
33
/**
34
- * The is method is invoked when the flow is going to start
+ * This method is invoked when the flow is going to start
35
*/
36
void onFlowCreate(Session session) {}
37
38
39
40
41
void onFlowBegin() {}
42
0 commit comments