Fix possible JavaDoc error in QueryStringEncoder. Type mismatch.
This commit is contained in:
parent
54bba7239c
commit
53fede511c
@ -29,7 +29,7 @@ import java.util.List;
|
|||||||
* This encoder is for one time use only. Create a new instance for each URI.
|
* This encoder is for one time use only. Create a new instance for each URI.
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* {@link QueryStringEncoder} encoder = new {@link QueryStringDecoder}("/hello");
|
* {@link QueryStringEncoder} encoder = new {@link QueryStringEncoder}("/hello");
|
||||||
* encoder.addParam("recipient", "world");
|
* encoder.addParam("recipient", "world");
|
||||||
* assert encoder.toString().equals("/hello?recipient=world");
|
* assert encoder.toString().equals("/hello?recipient=world");
|
||||||
* </pre>
|
* </pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user