Skip to content

Commit 2598370

Browse files
izeyeodrotbohm
authored andcommitted
#561 - Fix typos in Javadoc of Traverson.
1 parent 7bb8d75 commit 2598370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/hateoas/client/Traverson.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class Traverson {
8282
* interact with the service.
8383
*
8484
* @param baseUri must not be {@literal null}.
85-
* @param mediaType must not be {@literal null} or empty.
85+
* @param mediaTypes must not be {@literal null} or empty.
8686
*/
8787
public Traverson(URI baseUri, MediaType... mediaTypes) {
8888
this(baseUri, Arrays.asList(mediaTypes));
@@ -93,7 +93,7 @@ public Traverson(URI baseUri, MediaType... mediaTypes) {
9393
* interact with the service.
9494
*
9595
* @param baseUri must not be {@literal null}.
96-
* @param mediaType must not be {@literal null} or empty.
96+
* @param mediaTypes must not be {@literal null} or empty.
9797
*/
9898
public Traverson(URI baseUri, List<MediaType> mediaTypes) {
9999

0 commit comments

Comments
 (0)