From 62c9fe5a7ce848d2b5e1f2234eec468a981cab08 Mon Sep 17 00:00:00 2001 From: Justin Dar Date: Tue, 7 Sep 2021 11:34:58 -0700 Subject: [PATCH] Whitespace fix to issue 597 --- org.hl7.fhir.core.generator/configuration/ResourceType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.hl7.fhir.core.generator/configuration/ResourceType.java b/org.hl7.fhir.core.generator/configuration/ResourceType.java index 7e06f2aec..c3f7045d7 100644 --- a/org.hl7.fhir.core.generator/configuration/ResourceType.java +++ b/org.hl7.fhir.core.generator/configuration/ResourceType.java @@ -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); } } \ No newline at end of file