mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-22 05:35:45 +00:00
Add @Deprecated annotation to IServerInterceptor::outgoingResponse(RequestDetails, IBaseResource, HttpServletRequest, HttpServletResponse) to match comment.
This commit is contained in:
parent
715b451d94
commit
ce44c35afc
@ -191,6 +191,7 @@ public interface IServerInterceptor {
|
||||
* favour of {@link #outgoingResponse(RequestDetails, ResponseDetails, HttpServletRequest, HttpServletResponse)}
|
||||
* and will be removed in a future version of HAPI FHIR.
|
||||
*/
|
||||
@Deprecated
|
||||
boolean outgoingResponse(RequestDetails theRequestDetails, IBaseResource theResponseObject, HttpServletRequest theServletRequest, HttpServletResponse theServletResponse)
|
||||
throws AuthenticationException;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user