From f37a4557e698d817ffc69c8de46f1c9a242d69c3 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Tue, 11 Feb 2020 17:47:53 +0100 Subject: [PATCH] Fix typo in Kotlin Javadoc --- .../config/web/servlet/oauth2/resourceserver/OpaqueTokenDsl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/kotlin/org/springframework/security/config/web/servlet/oauth2/resourceserver/OpaqueTokenDsl.kt b/config/src/main/kotlin/org/springframework/security/config/web/servlet/oauth2/resourceserver/OpaqueTokenDsl.kt index 21616f08e3..a6829b7e0c 100644 --- a/config/src/main/kotlin/org/springframework/security/config/web/servlet/oauth2/resourceserver/OpaqueTokenDsl.kt +++ b/config/src/main/kotlin/org/springframework/security/config/web/servlet/oauth2/resourceserver/OpaqueTokenDsl.kt @@ -21,7 +21,7 @@ import org.springframework.security.config.annotation.web.configurers.oauth2.ser import org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector /** - * A Kotlin DSL to configure JWT Resource Server Support using idiomatic Kotlin code. + * A Kotlin DSL to configure opaque token Resource Server Support using idiomatic Kotlin code. * * @author Eleftheria Stein * @since 5.3