Skip to content

Commit fc7e606

Browse files
committed
Fix Javadoc in MockHttpServletRequestBuilder
Class-level Javadoc for MockHttpServletRequestBuilder now correctly refers to MockMvcRequestBuilders instead of MockMvcBuilders. Issue: SPR-12393
1 parent 62620de commit fc7e606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/web/servlet/request/MockHttpServletRequestBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* requests in {@link MockMvc}.
6161
*
6262
* <p>Application tests will typically access this builder through the static factory
63-
* methods in {@link org.springframework.test.web.servlet.setup.MockMvcBuilders}.
63+
* methods in {@link MockMvcRequestBuilders}.
6464
*
6565
* @author Rossen Stoyanchev
6666
* @author Arjen Poutsma

0 commit comments

Comments
 (0)