File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
spring-test/src/main/java/org/springframework/test/web/servlet/client Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ abstract class MockMvcWebTestClientSpecs {
69
69
* the concrete subclasses.
70
70
*
71
71
* @author Rossen Stoyanchev
72
- * @since 5.3
73
72
* @param <B> the type of the concrete subclass spec
74
73
*/
75
74
abstract static class AbstractMockMvcServerSpec <B extends MockMvcServerSpec <B >>
@@ -147,7 +146,6 @@ public WebTestClient build() {
147
146
* Simple wrapper around a {@link DefaultMockMvcBuilder}.
148
147
*
149
148
* @author Rossen Stoyanchev
150
- * @since 5.3
151
149
*/
152
150
static class ApplicationContextMockMvcSpec extends AbstractMockMvcServerSpec <ApplicationContextMockMvcSpec > {
153
151
@@ -171,7 +169,6 @@ protected ConfigurableMockMvcBuilder<?> getMockMvcBuilder() {
171
169
* {@link MockMvcWebTestClient.RouterFunctionSpec}.
172
170
*
173
171
* @author Arjen Poutsma
174
- * @since 6.2
175
172
*/
176
173
static class RouterFunctionMockMvcSpec extends AbstractMockMvcServerSpec <MockMvcWebTestClient .RouterFunctionSpec >
177
174
implements MockMvcWebTestClient .RouterFunctionSpec {
@@ -242,7 +239,6 @@ protected ConfigurableMockMvcBuilder<?> getMockMvcBuilder() {
242
239
* {@link MockMvcWebTestClient.ControllerSpec}.
243
240
*
244
241
* @author Rossen Stoyanchev
245
- * @since 5.3
246
242
*/
247
243
static class StandaloneMockMvcSpec extends AbstractMockMvcServerSpec <MockMvcWebTestClient .ControllerSpec >
248
244
implements MockMvcWebTestClient .ControllerSpec {
You can’t perform that action at this time.
0 commit comments