Skip to content

Commit 42c8cd6

Browse files
committed
doc: fix an issue in an exmaple snippet
1 parent ddaa59b commit 42c8cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Before you can use a test-process, you will have to define it. To do so, you hav
8585
@Component
8686
public class MyTestProcess extends AbstractTestProcessDefinition {
8787

88-
public EchoTestProcess() {
88+
public MyTestProcess() {
8989
setStartupDetector(LogPatternEventDetector
9090
.onStdOut()
9191
.withMarker("My process has started"));

0 commit comments

Comments
 (0)