From 49cfa0110aee574fda1101f6de7ecff929e98078 Mon Sep 17 00:00:00 2001 From: Bill Denton Date: Fri, 9 Dec 2016 17:09:39 -0800 Subject: [PATCH] push missing part of update --- .../src/main/java/ca/uhn/fhir/tinder/model/Child.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hapi-tinder-plugin/src/main/java/ca/uhn/fhir/tinder/model/Child.java b/hapi-tinder-plugin/src/main/java/ca/uhn/fhir/tinder/model/Child.java index f987b2c6629..9afa6778434 100644 --- a/hapi-tinder-plugin/src/main/java/ca/uhn/fhir/tinder/model/Child.java +++ b/hapi-tinder-plugin/src/main/java/ca/uhn/fhir/tinder/model/Child.java @@ -148,6 +148,10 @@ public abstract class Child extends BaseElement { return false; } + public boolean isBlockRef() { + return false; + } + public boolean isPrimitive (String theType) { return isPrimitiveInternal(theType); }