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…
Reference in New Issue