DO removal

This commit is contained in:
Tadgh 2023-05-10 23:16:35 -07:00
parent 73c30089fa
commit 8c1e1f3589
2 changed files with 0 additions and 4 deletions

View File

@ -219,9 +219,6 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
}
}
public void breakAPi() {
// nothing
}
public static void invokeStoragePreAccessResources(IInterceptorBroadcaster theInterceptorBroadcaster, RequestDetails theRequest, IIdType theId, IBaseResource theResource) {
if (CompositeInterceptorBroadcaster.hasHooks(Pointcut.STORAGE_PREACCESS_RESOURCES, theInterceptorBroadcaster, theRequest)) {

View File

@ -70,7 +70,6 @@ public interface IFhirResourceDao<T extends IBaseResource> extends IDao {
*/
DaoMethodOutcome create(T theResource);
void breakAPi();
DaoMethodOutcome create(T theResource, RequestDetails theRequestDetails);