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…
Reference in New Issue