Skip to content

Commit 0867d91

Browse files
committed
Remove wrong Javadoc since tags in MockMvcWebTestClientSpecs
Signed-off-by: Johnny Lim <[email protected]>
1 parent 5a3bad6 commit 0867d91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-test/src/main/java/org/springframework/test/web/servlet/client/MockMvcWebTestClientSpecs.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ abstract class MockMvcWebTestClientSpecs {
6969
* the concrete subclasses.
7070
*
7171
* @author Rossen Stoyanchev
72-
* @since 5.3
7372
* @param <B> the type of the concrete subclass spec
7473
*/
7574
abstract static class AbstractMockMvcServerSpec<B extends MockMvcServerSpec<B>>
@@ -147,7 +146,6 @@ public WebTestClient build() {
147146
* Simple wrapper around a {@link DefaultMockMvcBuilder}.
148147
*
149148
* @author Rossen Stoyanchev
150-
* @since 5.3
151149
*/
152150
static class ApplicationContextMockMvcSpec extends AbstractMockMvcServerSpec<ApplicationContextMockMvcSpec> {
153151

@@ -171,7 +169,6 @@ protected ConfigurableMockMvcBuilder<?> getMockMvcBuilder() {
171169
* {@link MockMvcWebTestClient.RouterFunctionSpec}.
172170
*
173171
* @author Arjen Poutsma
174-
* @since 6.2
175172
*/
176173
static class RouterFunctionMockMvcSpec extends AbstractMockMvcServerSpec<MockMvcWebTestClient.RouterFunctionSpec>
177174
implements MockMvcWebTestClient.RouterFunctionSpec {
@@ -242,7 +239,6 @@ protected ConfigurableMockMvcBuilder<?> getMockMvcBuilder() {
242239
* {@link MockMvcWebTestClient.ControllerSpec}.
243240
*
244241
* @author Rossen Stoyanchev
245-
* @since 5.3
246242
*/
247243
static class StandaloneMockMvcSpec extends AbstractMockMvcServerSpec<MockMvcWebTestClient.ControllerSpec>
248244
implements MockMvcWebTestClient.ControllerSpec {

0 commit comments

Comments
 (0)