Update hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java

Co-authored-by: James Agnew <jamesagnew@gmail.com>
This commit is contained in:
IanMMarshall 2020-05-22 13:50:24 -04:00 committed by GitHub
parent 6a5c23c36b
commit 44869856da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1282,7 +1282,7 @@ public enum Pointcut {
/** /**
* <b>Storage Hook:</b> * <b>Storage Hook:</b>
* Invoked when a resource delete operation is about to fail due to referential integrity checks. Intended for use with ca.uhn.fhir.jpa.interceptor.CascadingDeleteInterceptor. * Invoked when a resource delete operation is about to fail due to referential integrity checks. Intended for use with {@literal ca.uhn.fhir.jpa.interceptor.CascadingDeleteInterceptor}.
* <p> * <p>
* Hooks will have access to the list of resources that have references to the resource being deleted. * Hooks will have access to the list of resources that have references to the resource being deleted.
* </p> * </p>