We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b765bc commit 7abb2a9Copy full SHA for 7abb2a9
impl/core/src/main/java/io/serverlessworkflow/impl/WorkflowApplication.java
@@ -328,7 +328,7 @@ public WorkflowApplication build() {
328
.orElseThrow(
329
() ->
330
new IllegalStateException(
331
- "WorkflowModelFactory instance has to be set in WorkflowApplication or pr^eesent in the classpath"));
+ "WorkflowModelFactory instance has to be set in WorkflowApplication or present in the classpath"));
332
}
333
if (contextFactory == null) {
334
contextFactory = modelFactory;
0 commit comments