Skip to content

Commit 70ce4c0

Browse files
remove unused keyword
1 parent b943bde commit 70ce4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RequestResponseBodyAdviceChain getAdvice() {
125125
* @throws HttpMediaTypeNotSupportedException if no suitable message converter is found
126126
*/
127127
@Nullable
128-
protected <T> Object readWithMessageConverters(NativeWebRequest webRequest, MethodParameter parameter,
128+
protected Object readWithMessageConverters(NativeWebRequest webRequest, MethodParameter parameter,
129129
Type paramType) throws IOException, HttpMediaTypeNotSupportedException, HttpMessageNotReadableException {
130130

131131
HttpInputMessage inputMessage = createInputMessage(webRequest);

0 commit comments

Comments
 (0)