Skip to content

Commit

Permalink
Polish Javadoc for HttpResponseInterceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and ok2c committed Nov 6, 2024
1 parent 0bb2d8d commit 9eb66b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
* the HTTP protocol. Usually protocol interceptors are expected to act upon
* one specific header or a group of related headers of the incoming message
* or populate the outgoing message with one specific header or a group of
* related headers. Protocol
* related headers.
* <p>
* Interceptors can also manipulate content entities enclosed with messages.
* Protocol interceptors can also manipulate content entities enclosed with messages.
* Usually this is accomplished by using the 'Decorator' pattern where a wrapper
* entity class is used to decorate the original entity.
* <p>
Expand Down

0 comments on commit 9eb66b1

Please sign in to comment.