Fixed pointcut def

This commit is contained in:
Nick Goupinets 2021-08-23 11:00:04 -04:00
parent 6ea58f74d1
commit 3a5e391c77
1 changed files with 1 additions and 1 deletions

View File

@ -1996,7 +1996,7 @@ public enum Pointcut implements IPointcut {
MDM_AFTER_PERSISTED_RESOURCE_CHECKED(void.class,
"ca.uhn.fhir.rest.server.messaging.ResourceOperationMessage",
"ca.uhn.fhir.rest.server.TransactionLogMessages",
"ca.uhn.fhir.mdm.api.MdmLinkChangeEvent"),
"ca.uhn.fhir.mdm.api.MdmLinkEvent"),
/**
* <b>Performance Tracing Hook:</b>