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