You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolver.java
Copy file name to clipboardExpand all lines: spring-web/src/test/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolverTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public class RequestHeaderMapMethodArgumentResolverTests {
Copy file name to clipboardExpand all lines: spring-web/src/test/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolverTests.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
importstaticorg.junit.Assert.*;
45
45
46
46
/**
47
-
* Test fixture with {@link org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver}.
47
+
* Test fixture with {@link RequestHeaderMethodArgumentResolver}.
48
48
*
49
49
* @author Arjen Poutsma
50
50
* @author Rossen Stoyanchev
@@ -70,7 +70,7 @@ public class RequestHeaderMethodArgumentResolverTests {
Copy file name to clipboardExpand all lines: spring-web/src/test/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolverTests.java
+13-22
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2017 the original author or authors.
2
+
* Copyright 2002-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/annotation/ResponseStatusExceptionResolver.java
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestPartMethodArgumentResolver.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
/**
44
44
* Resolves the following method arguments:
45
45
* <ul>
46
-
* <li>Annotated with {@code @RequestPart}
46
+
* <li>Annotated with @{@link RequestPart}
47
47
* <li>Of type {@link MultipartFile} in conjunction with Spring's {@link MultipartResolver} abstraction
48
48
* <li>Of type {@code javax.servlet.http.Part} in conjunction with Servlet 3.0 multipart requests
0 commit comments