File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/springframework/hateoas/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public class Traverson {
82
82
* interact with the service.
83
83
*
84
84
* @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.
86
86
*/
87
87
public Traverson (URI baseUri , MediaType ... mediaTypes ) {
88
88
this (baseUri , Arrays .asList (mediaTypes ));
@@ -93,7 +93,7 @@ public Traverson(URI baseUri, MediaType... mediaTypes) {
93
93
* interact with the service.
94
94
*
95
95
* @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.
97
97
*/
98
98
public Traverson (URI baseUri , List <MediaType > mediaTypes ) {
99
99
You can’t perform that action at this time.
0 commit comments