Skip to content

Commit 0de4718

Browse files
committed
add missing whitespace
1 parent cd0c5f7 commit 0de4718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/dsf/bpe/service/CheckAllowList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected void doExecute(DelegateExecution execution, Variables variables)
5454
logger.error("Expected Bundle with id '{}' containing only resource types Organization, "
5555
+ "OrganizationAffiliation or Endpoint and request methods PUT or DELETE, but found different "
5656
+ "types or methods.", bundleUrl);
57-
throw new RuntimeException("Expected Bundle with id '" + bundleUrl + "'containing only resource "
57+
throw new RuntimeException("Expected Bundle with id '" + bundleUrl + " 'containing only resource "
5858
+ "types Organization, OrganizationAffiliation or Endpoint and "
5959
+ "request methods PUT or DELETE, but found different types or methods.");
6060
}

0 commit comments

Comments
 (0)