Polishing

This commit is contained in:
Sam Brannen
2024-08-08 17:48:57 +03:00
parent cd7c650941
commit f6110dda06
3 changed files with 13 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ public class MediaTypeAssert extends AbstractObjectAssert<MediaTypeAssert, Media
* representation.
* @param mediaType the expected media type, as a String to be parsed
* into a MediaType
*/
*/
public MediaTypeAssert isEqualTo(String mediaType) {
return isEqualTo(parseMediaType(mediaType));
}