From 459ce5779393db1b95b7cdc38087ea4ce4d4df06 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 20 Jan 2020 21:54:42 +1100 Subject: [PATCH] improve doco --- .../java/org/hl7/fhir/r5/terminologies/ValueSetExpander.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/terminologies/ValueSetExpander.java b/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/terminologies/ValueSetExpander.java index 90eb3bc7e..86274d2e1 100644 --- a/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/terminologies/ValueSetExpander.java +++ b/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/terminologies/ValueSetExpander.java @@ -100,7 +100,7 @@ public interface ValueSetExpander { /** * * @param source the value set definition to expand - * @param profile a profile affecting the outcome. If you don't supply a profile, the default internal expansion profile will be used. + * @param profile a set of parameters affecting the outcome. If you don't supply parameters, the default internal parameters will be used. * * @return * @throws ETooCostly