Delete methods deleted in previous release. (#4944)
This commit is contained in:
parent
31ae8d8f27
commit
4d90719552
|
@ -91,21 +91,6 @@ public class SubscriptionValidatingInterceptor {
|
||||||
myFhirContext = theFhirContext;
|
myFhirContext = theFhirContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This will be deleted once the next snapshot (6.3.15) is published
|
|
||||||
@Deprecated
|
|
||||||
public void validateSubmittedSubscription(IBaseResource theSubscription) {
|
|
||||||
validateSubmittedSubscription(theSubscription, null, null, Pointcut.STORAGE_PRESTORAGE_RESOURCE_CREATED);
|
|
||||||
}
|
|
||||||
|
|
||||||
// This will be deleted once the next snapshot (6.3.15) is published
|
|
||||||
@Deprecated(since="6.3.14")
|
|
||||||
public void validateSubmittedSubscription(IBaseResource theSubscription,
|
|
||||||
RequestDetails theRequestDetails,
|
|
||||||
RequestPartitionId theRequestPartitionId) {
|
|
||||||
|
|
||||||
validateSubmittedSubscription(theSubscription, theRequestDetails, theRequestPartitionId, Pointcut.STORAGE_PRESTORAGE_RESOURCE_CREATED);
|
|
||||||
}
|
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
void validateSubmittedSubscription(IBaseResource theSubscription,
|
void validateSubmittedSubscription(IBaseResource theSubscription,
|
||||||
RequestDetails theRequestDetails,
|
RequestDetails theRequestDetails,
|
||||||
|
|
Loading…
Reference in New Issue