Skip to content

Commit cda3eba

Browse files
committed
couple of minor compilestatics
1 parent 1045a52 commit cda3eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/groovy/bpipe/PipelineContext.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3808,6 +3808,7 @@ class PipelineContext {
38083808
return String.valueOf(memoryValue)
38093809
}
38103810

3811+
@CompileStatic
38113812
void setOutputDirectory(String outputDirectory) {
38123813
assert outputDirectory != null
38133814
this.@outputDirectory = outputDirectory
@@ -3841,6 +3842,7 @@ class PipelineContext {
38413842
}
38423843

38433844

3845+
@CompileStatic
38443846
void setRawInput(List<PipelineFile> rawInput) {
38453847
this.@input = rawInput
38463848
}

0 commit comments

Comments
 (0)