We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478c3d0 commit 3cd9b77Copy full SHA for 3cd9b77
docs/modules/ROOT/pages/servlet/test/mockmvc/setup.adoc
@@ -52,7 +52,7 @@ class CsrfShowcaseTests {
52
@Autowired
53
private lateinit var context: WebApplicationContext
54
55
- private var mvc: MockMvc? = null
+ private lateinit var mvc: MockMvc
56
57
@BeforeEach
58
fun setup() {
0 commit comments