From 64e83fa3dfcfcf3393812a76f9d489b9984ce386 Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Wed, 24 Jul 2019 13:00:49 -0400 Subject: [PATCH] Revert "Recovering Pointcut from a failed merge" This reverts commit 19c0b4fd --- .../java/ca/uhn/fhir/interceptor/api/Pointcut.java | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java index d3b6843a960..fcac3de9935 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java @@ -1166,15 +1166,11 @@ public enum Pointcut { /** * Invoked before a resource is about to be expunged via the $expunge operation. *

- * Hooks will be passed a reference to a counter containing the current number of records that have been deleted. - * If the hook deletes any records, the hook is expected to increment this counter by the number of records deleted. - *

- *

* Hooks may accept the following parameters: *

*