File tree 1 file changed +1
-1
lines changed
spring-web/src/main/java/org/springframework/http
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ public class MediaType extends MimeType implements Serializable {
370
370
APPLICATION_OCTET_STREAM = new MediaType ("application" , "octet-stream" );
371
371
APPLICATION_PDF = new MediaType ("application" , "pdf" );
372
372
APPLICATION_PROBLEM_JSON = new MediaType ("application" , "problem+json" );
373
- APPLICATION_PROBLEM_JSON_UTF8 = new MediaType ("application" , "problem" , StandardCharsets .UTF_8 );
373
+ APPLICATION_PROBLEM_JSON_UTF8 = new MediaType ("application" , "problem+json " , StandardCharsets .UTF_8 );
374
374
APPLICATION_PROBLEM_XML = new MediaType ("application" , "problem+xml" );
375
375
APPLICATION_RSS_XML = new MediaType ("application" , "rss+xml" );
376
376
APPLICATION_STREAM_JSON = new MediaType ("application" , "stream+json" );
You can’t perform that action at this time.
0 commit comments