fix test (not super happy about this fix, but I think it's the right thing to do)

This commit is contained in:
Ken Stevens 2019-10-30 15:21:21 -04:00
parent 21c591eaf2
commit 3ceb4085cb
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ public class MetaUtil {
IPrimitiveType<String> value = (IPrimitiveType<String>) theContext.getElementDefinition("uri").newInstance();
value.setValue(theValue);
sourceExtension.setValue(value);
} else {
throw new UnsupportedOperationException(MetaUtil.class.getSimpleName() + ".setSource() not supported on FHIR Version " + theContext.getVersion().getVersion());
}
}