back out hl7 version bump (#3955)
* back out hl7 version bump * bump fhir core to 55 Co-authored-by: Ken Stevens <ken@smilecdr.com>
This commit is contained in:
parent
caf370da31
commit
d9f7c7dc63
|
@ -105,7 +105,7 @@ public class SearchParamExtractorR4 extends BaseSearchParamExtractor implements
|
|||
private final Map<String, Base> myResourceTypeToStub = Collections.synchronizedMap(new HashMap<>());
|
||||
|
||||
@Override
|
||||
public Base resolveConstant(Object appContext, String name, boolean beforeContext) throws PathEngineException {
|
||||
public List<Base> resolveConstant(Object appContext, String name, boolean beforeContext) throws PathEngineException {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue