Fix */* in Javadoc
This commit changes {@code */*} to <code>*/*</code>
so that "*/*" is rendered correctly.
Closes gh-23439
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.util.StreamUtils;
|
||||
/**
|
||||
* Implementation of {@link HttpMessageConverter} that can read and write byte arrays.
|
||||
*
|
||||
* <p>By default, this converter supports all media types ({@code */*}), and
|
||||
* <p>By default, this converter supports all media types (<code>*/*</code>), and
|
||||
* writes with a {@code Content-Type} of {@code application/octet-stream}. This can be
|
||||
* overridden by setting the {@link #setSupportedMediaTypes supportedMediaTypes} property.
|
||||
*
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.util.StreamUtils;
|
||||
/**
|
||||
* Implementation of {@link HttpMessageConverter} that can read and write strings.
|
||||
*
|
||||
* <p>By default, this converter supports all media types ({@code */*}),
|
||||
* <p>By default, this converter supports all media types (<code>*/*</code>),
|
||||
* and writes with a {@code Content-Type} of {@code text/plain}. This can be overridden
|
||||
* by setting the {@link #setSupportedMediaTypes supportedMediaTypes} property.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user