mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 05:43:29 +00:00
Fix wrong Kotlin syntax
This commit is contained in:
parent
3cd9b77273
commit
b5e9c4cb9f
@ -44,7 +44,7 @@ Kotlin::
|
|||||||
+
|
+
|
||||||
[source,kotlin,role="secondary"]
|
[source,kotlin,role="secondary"]
|
||||||
----
|
----
|
||||||
@ExtendWith(SpringExtension.class)
|
@ExtendWith(SpringExtension::class)
|
||||||
@ContextConfiguration(classes = [SecurityConfig::class])
|
@ContextConfiguration(classes = [SecurityConfig::class])
|
||||||
@WebAppConfiguration
|
@WebAppConfiguration
|
||||||
class CsrfShowcaseTests {
|
class CsrfShowcaseTests {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user