Typo in error message.
parent
685722f1f4
commit
03ff939dc2
|
|
@ -55,7 +55,7 @@ public class WorkflowIdResolver implements Serializable, ObjectIdResolver {
|
|||
.orElseThrow(
|
||||
() -> new IllegalArgumentException(
|
||||
String.format(
|
||||
"No workflows with UUID %s in the database.",
|
||||
"No workflow with UUID %s in the database.",
|
||||
id.key.toString()
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue