Update hapi-fhir-base/src/main/java/ca/uhn/fhir/util/TerserUtil.java
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
This commit is contained in:
parent
e4387ea633
commit
97fc19b2ce
|
@ -119,7 +119,7 @@ public final class TerserUtil {
|
|||
* contract.
|
||||
*
|
||||
* @param theFrom Resource to clone the specified field from
|
||||
* @param theTo Resource to clone the specified filed to
|
||||
* @param theTo Resource to clone the specified field to
|
||||
* @param field Field name to be copied
|
||||
*/
|
||||
public static void cloneCompositeField(FhirContext theFhirContext, IBaseResource theFrom, IBaseResource theTo, String field) {
|
||||
|
|
Loading…
Reference in New Issue