Skip to content

Commit 7abb2a9

Browse files
authored
Fix typo (#1152)
Signed-off-by: fjtirado <ftirados@redhat.com>
1 parent 7b765bc commit 7abb2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/core/src/main/java/io/serverlessworkflow/impl/WorkflowApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public WorkflowApplication build() {
328328
.orElseThrow(
329329
() ->
330330
new IllegalStateException(
331-
"WorkflowModelFactory instance has to be set in WorkflowApplication or pr^eesent in the classpath"));
331+
"WorkflowModelFactory instance has to be set in WorkflowApplication or present in the classpath"));
332332
}
333333
if (contextFactory == null) {
334334
contextFactory = modelFactory;

0 commit comments

Comments
 (0)