提交 277a115f 编写于 作者: R Rossen Stoyanchev

Minor Javadoc fix

Issue: SPR-9513
上级 e8bf25ba
......@@ -33,7 +33,7 @@ public abstract class HttpMediaTypeException extends ServletException {
private final List<MediaType> supportedMediaTypes;
/**
* Create a new MediaTypeException.
* Create a new HttpMediaTypeException.
* @param message the exception message
*/
protected HttpMediaTypeException(String message) {
......@@ -42,7 +42,7 @@ public abstract class HttpMediaTypeException extends ServletException {
}
/**
* Create a new HttpMediaTypeNotSupportedException.
* Create a new HttpMediaTypeException with a list of supported media types.
* @param supportedMediaTypes the list of supported media types
*/
protected HttpMediaTypeException(String message, List<MediaType> supportedMediaTypes) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册