Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit b00e943

Browse files
pavelbucekGerrit Code Review
authored andcommitted
Merge "#3547: doc typo"
2 parents 3110b5a + 02f1710 commit b00e943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/docbook/client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ System.out.println(response.readEntity(String.class));</programlisting>
481481
Hi World!</screen>
482482

483483
As we can see, the request was successfully processed (code 200) and returned an entity (representation) is
484-
<literal>"Hi World!"</literal>. Note that since ve have configured a <literal>MyClientResponseFilter</literal>
484+
<literal>"Hi World!"</literal>. Note that since we have configured a <literal>MyClientResponseFilter</literal>
485485
in the resource target, when <literal>response.readEntity(String.class)</literal> gets called, the response
486486
returned from the remote endpoint is passed through the response filter chain (including the
487487
<literal>MyClientResponseFilter</literal>) and entity interceptor chain and at last a proper

0 commit comments

Comments
 (0)