From d4f3832efe2dd6cf704fa297ebd9914060ebfb44 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Tue, 17 May 2022 14:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E9=87=8D=E6=9E=84=E5=BA=95?= =?UTF-8?q?=E5=B1=82=E5=A4=9A=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kicc/common/security/override/KiccCustomTokenServices.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kicc-common/kicc-common-security/src/main/java/com/cloud/kicc/common/security/override/KiccCustomTokenServices.java b/kicc-common/kicc-common-security/src/main/java/com/cloud/kicc/common/security/override/KiccCustomTokenServices.java index 42be3734..f085b6f7 100644 --- a/kicc-common/kicc-common-security/src/main/java/com/cloud/kicc/common/security/override/KiccCustomTokenServices.java +++ b/kicc-common/kicc-common-security/src/main/java/com/cloud/kicc/common/security/override/KiccCustomTokenServices.java @@ -47,8 +47,7 @@ public class KiccCustomTokenServices implements AuthorizationServerTokenServices private AuthenticationManager authenticationManager; /** - * Initialize these token services. If no random generator is set, one will be - * created. + * Initialize these token services. If no random generator is set, one will be created. */ @Override public void afterPropertiesSet() {