Skip to content

Commit 5a54b13

Browse files
committed
Javacode fix
1 parent f78c678 commit 5a54b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matchbox-engine/src/main/java/ch/ahdis/matchbox/engine/MatchboxEngine.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,8 @@ public org.hl7.fhir.r5.model.StructureMap parseMapR5(String content) throws IOEx
964964
*
965965
* @param content FHIR Mapping Language text
966966
* @return parsed StructureMap resource
967-
* @throws IOException, FHIRException FHIR Exception
967+
* @throws IOException FHIR Exception
968+
* @throws FHIRException FHIR Exception
968969
*/
969970
public org.hl7.fhir.r4.model.StructureMap parseMap(String content) throws IOException, FHIRException {
970971
org.hl7.fhir.r5.model.StructureMap mapR5 = parseMapR5(content);

0 commit comments

Comments
 (0)