mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user