Merge pull request #598 from hapifhir/issue_597

Whitespace fix to issue 597
This commit is contained in:
Grahame Grieve 2021-09-10 05:43:26 +10:00 committed by GitHub
commit 7a989a835c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public enum ResourceType {
public static ResourceType fromCode(String code) throws FHIRException {;
{{types-fromCode}}
throw new FHIRException("Unknown resource type"+code);
throw new FHIRException("Unknown resource type "+code);
}
}