Skip to content

Commit be5eb82

Browse files
committed
use with prefix on method
1 parent 6af59cc commit be5eb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/testcontainers/containers/output/Slf4jLogConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public Slf4jLogConsumer withMdc(Map<String, String> mdc) {
3939
return this;
4040
}
4141

42-
public Slf4jLogConsumer separateOutputStreams() {
42+
public Slf4jLogConsumer withSeparateOutputStreams() {
4343
this.separateOutputStreams = true;
4444
return this;
4545
}

0 commit comments

Comments
 (0)