We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78c678 commit 5a54b13Copy full SHA for 5a54b13
matchbox-engine/src/main/java/ch/ahdis/matchbox/engine/MatchboxEngine.java
@@ -964,7 +964,8 @@ public org.hl7.fhir.r5.model.StructureMap parseMapR5(String content) throws IOEx
964
*
965
* @param content FHIR Mapping Language text
966
* @return parsed StructureMap resource
967
- * @throws IOException, FHIRException FHIR Exception
+ * @throws IOException FHIR Exception
968
+ * @throws FHIRException FHIR Exception
969
*/
970
public org.hl7.fhir.r4.model.StructureMap parseMap(String content) throws IOException, FHIRException {
971
org.hl7.fhir.r5.model.StructureMap mapR5 = parseMapR5(content);
0 commit comments