mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 19:06:28 +00:00
DO removal
This commit is contained in:
parent
73c30089fa
commit
8c1e1f3589
@ -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)) {
|
||||
|
@ -70,7 +70,6 @@ public interface IFhirResourceDao<T extends IBaseResource> extends IDao {
|
||||
*/
|
||||
DaoMethodOutcome create(T theResource);
|
||||
|
||||
void breakAPi();
|
||||
|
||||
DaoMethodOutcome create(T theResource, RequestDetails theRequestDetails);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user