mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 22:04:45 +00:00
Merge pull request #598 from hapifhir/issue_597
Whitespace fix to issue 597
This commit is contained in:
commit
7a989a835c
@ -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);
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user