Remove methods deprecated in 4485.
This commit is contained in:
parent
cedf69516b
commit
c96c0256b6
|
@ -84,21 +84,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