File tree 1 file changed +2
-2
lines changed
spring-web/src/main/java/org/springframework/http
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ public class MediaType extends MimeType implements Serializable {
447
447
448
448
449
449
static {
450
- // Not using "valueOf' to avoid static init cost
450
+ // Not using "valueOf" to avoid static init cost
451
451
ALL = new MediaType (MimeType .WILDCARD_TYPE , MimeType .WILDCARD_TYPE );
452
452
APPLICATION_ATOM_XML = new MediaType ("application" , "atom+xml" );
453
453
APPLICATION_CBOR = new MediaType ("application" , "cbor" );
@@ -732,7 +732,7 @@ public MediaType removeQualityValue() {
732
732
/**
733
733
* Parse the given String value into a {@code MediaType} object,
734
734
* with this method name following the 'valueOf' naming convention
735
- * (as supported by {@link org.springframework.core.convert.ConversionService}.
735
+ * (as supported by {@link org.springframework.core.convert.ConversionService}) .
736
736
* @param value the string to parse
737
737
* @throws InvalidMediaTypeException if the media type value cannot be parsed
738
738
* @see #parseMediaType(String)
You can’t perform that action at this time.
0 commit comments