Skip to content

Commit 33da33f

Browse files
author
Gerald Unterrainer
committed
Merge branch 'develop'
2 parents f37b37b + b0a53b6 commit 33da33f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>rest-client</artifactId>
13-
<version>0.0.5</version>
13+
<version>0.0.6</version>
1414
<name>RestClient</name>
1515
<packaging>jar</packaging>
1616

src/main/java/info/unterrainer/commons/restclient/BaseBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ public R addHeader(final String key, final String value) {
9898
* <p>
9999
* All the parameters are saved in a map and added later on, when you make the
100100
* call.<br>
101-
* The parameters will be checked for trailing and leading '&' and '?', which
102-
* will be removed before adding it to the map.<br>
101+
* The parameters will be checked for trailing and leading '&amp;' and '?',
102+
* which will be removed before adding it to the map.<br>
103103
* Input containing null as key or value will be ignored.
104104
*
105105
* @param key the key of the parameter to add

0 commit comments

Comments
 (0)