Skip to content

Commit b5e9c4c

Browse files
Sti2ndsjohnr
authored andcommitted
Fix wrong Kotlin syntax
1 parent 3cd9b77 commit b5e9c4c

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/test/mockmvc

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/test/mockmvc/setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Kotlin::
4444
+
4545
[source,kotlin,role="secondary"]
4646
----
47-
@ExtendWith(SpringExtension.class)
47+
@ExtendWith(SpringExtension::class)
4848
@ContextConfiguration(classes = [SecurityConfig::class])
4949
@WebAppConfiguration
5050
class CsrfShowcaseTests {

0 commit comments

Comments
 (0)