From a52d36b1d4f13930bf2560569ff65c4801466fbe Mon Sep 17 00:00:00 2001 From: wuhaoyang <2507865306@qq.com> Date: Wed, 24 Jan 2024 09:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=87=86=E5=88=99=E8=A2=AB?= =?UTF-8?q?=E6=B5=8B=E4=BB=B6:=E9=80=9A=E8=BF=87=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=8F=A3=E4=BB=A4=E3=80=81=E6=95=B0=E6=8D=AE=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E7=AD=89=E5=85=B6=E4=BB=96=E6=89=8B=E6=AE=B5=E5=AF=B9?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=BA=AB=E4=BB=BD=E8=BF=9B=E8=A1=8C=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/files/AuthenticationChecker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-keyware-plugins-java/src/test/files/AuthenticationChecker.java b/sonar-keyware-plugins-java/src/test/files/AuthenticationChecker.java index c7f4216..953e98a 100644 --- a/sonar-keyware-plugins-java/src/test/files/AuthenticationChecker.java +++ b/sonar-keyware-plugins-java/src/test/files/AuthenticationChecker.java @@ -12,7 +12,7 @@ public class AuthController { @PostMapping(value ={"/path/bb", "/path/www", "/path/eee"}) public String signin() { return "login"; - + } @RequestMapping("/myapp/cc") public String auth() {