From 8f30dcab37bb56d63abadfa6d679eafe2abddf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9F=E7=94=9F=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Wed, 21 May 2025 15:58:50 +0800 Subject: [PATCH 1/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3edc9e0..327f09c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 17 UTF-8 - +# sss From eb24aed1ec4435b6e67e2e809a1a941488c2041a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9F=E7=94=9F=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Wed, 21 May 2025 16:02:30 +0800 Subject: [PATCH 2/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 327f09c..91e46fd 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 17 UTF-8 -# sss +# sss1 From 2e39a966352866fb57a0547d4bb713a7d2ad8350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9F=E7=94=9F=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Wed, 21 May 2025 16:02:57 +0800 Subject: [PATCH 3/4] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91e46fd..3edc9e0 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 17 UTF-8 -# sss1 + From fac7eb1bf20b8c356f03f9cf9118ba70f9ce214f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9F=E7=94=9F=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Wed, 21 May 2025 16:04:39 +0800 Subject: [PATCH 4/4] Update TestDemo.java --- src/main/java/club/shengsheng/TestDemo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/club/shengsheng/TestDemo.java b/src/main/java/club/shengsheng/TestDemo.java index 97ca286..6746bed 100644 --- a/src/main/java/club/shengsheng/TestDemo.java +++ b/src/main/java/club/shengsheng/TestDemo.java @@ -6,6 +6,7 @@ public class TestDemo { public int foo() { + // 1 return 1; } }