Whitespace fix to issue 597
This commit is contained in:
parent
19d255636c
commit
62c9fe5a7c
|
@ -20,7 +20,7 @@ public enum ResourceType {
|
||||||
|
|
||||||
public static ResourceType fromCode(String code) throws FHIRException {;
|
public static ResourceType fromCode(String code) throws FHIRException {;
|
||||||
{{types-fromCode}}
|
{{types-fromCode}}
|
||||||
throw new FHIRException("Unknown resource type"+code);
|
throw new FHIRException("Unknown resource type "+code);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue