From e11b8aff099e5b7a085a916d120f9861309991c1 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Thu, 2 Jul 2020 22:59:03 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BF=AE=E6=94=B9=20scopes=20=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B=EF=BC=8C=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20List=EF=BC=8C=20=E6=96=B9=E4=BE=BF=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E4=BC=A0=E9=80=92=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/me/zhyd/oauth/config/AuthConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/zhyd/oauth/config/AuthConfig.java b/src/main/java/me/zhyd/oauth/config/AuthConfig.java index c9dffc7..18ef25a 100644 --- a/src/main/java/me/zhyd/oauth/config/AuthConfig.java +++ b/src/main/java/me/zhyd/oauth/config/AuthConfig.java @@ -109,5 +109,5 @@ public class AuthConfig { * * @since 1.15.7 */ - private List scopes; + private List scopes; } -- GitLab