#561 - Fix typos in Javadoc of Traverson.
This commit is contained in:
committed by
Oliver Gierke
parent
7bb8d75fcb
commit
2598370164
@@ -82,7 +82,7 @@ public class Traverson {
|
||||
* interact with the service.
|
||||
*
|
||||
* @param baseUri must not be {@literal null}.
|
||||
* @param mediaType must not be {@literal null} or empty.
|
||||
* @param mediaTypes must not be {@literal null} or empty.
|
||||
*/
|
||||
public Traverson(URI baseUri, MediaType... mediaTypes) {
|
||||
this(baseUri, Arrays.asList(mediaTypes));
|
||||
@@ -93,7 +93,7 @@ public class Traverson {
|
||||
* interact with the service.
|
||||
*
|
||||
* @param baseUri must not be {@literal null}.
|
||||
* @param mediaType must not be {@literal null} or empty.
|
||||
* @param mediaTypes must not be {@literal null} or empty.
|
||||
*/
|
||||
public Traverson(URI baseUri, List<MediaType> mediaTypes) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user