From cb782967cd05ae2bfce9209b026d09750ae0ae03 Mon Sep 17 00:00:00 2001 From: Prot-debug Date: Tue, 27 Jun 2023 21:57:03 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ADD=5FVARIABLE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/example/javamavenjunithelloworld/Hello.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/example/javamavenjunithelloworld/Hello.java b/src/main/java/com/example/javamavenjunithelloworld/Hello.java index 7338993b..4cec0d9b 100644 --- a/src/main/java/com/example/javamavenjunithelloworld/Hello.java +++ b/src/main/java/com/example/javamavenjunithelloworld/Hello.java @@ -7,7 +7,9 @@ */ public class Hello { - static final String HELLO = "Hello!"; + public static final int ADD_VARIABLE = 10; + + static final String HELLO = "Hello Java!"; public static final int MAXIMUM_AMOUNT_OF_TIMES = 20; From 2cc30174a3f43adca253e1972b55dbbbc542e3b8 Mon Sep 17 00:00:00 2001 From: SC-Ching <778692295@qq.com> Date: Tue, 27 Jun 2023 22:03:17 +0800 Subject: [PATCH 2/5] Update Hello.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加“测试git2”注释 --- src/main/java/com/example/javamavenjunithelloworld/Hello.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/javamavenjunithelloworld/Hello.java b/src/main/java/com/example/javamavenjunithelloworld/Hello.java index 4cec0d9b..bda16eb6 100644 --- a/src/main/java/com/example/javamavenjunithelloworld/Hello.java +++ b/src/main/java/com/example/javamavenjunithelloworld/Hello.java @@ -7,6 +7,7 @@ */ public class Hello { + // 测试git2!!! public static final int ADD_VARIABLE = 10; static final String HELLO = "Hello Java!"; From 8ad65470bb5f27123241d5486713cbd461fad0e6 Mon Sep 17 00:00:00 2001 From: Prot-debug Date: Tue, 27 Jun 2023 22:18:37 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/example/javamavenjunithelloworld/Hello.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/javamavenjunithelloworld/Hello.java b/src/main/java/com/example/javamavenjunithelloworld/Hello.java index bda16eb6..f47686ac 100644 --- a/src/main/java/com/example/javamavenjunithelloworld/Hello.java +++ b/src/main/java/com/example/javamavenjunithelloworld/Hello.java @@ -10,6 +10,7 @@ public class Hello { // 测试git2!!! public static final int ADD_VARIABLE = 10; + // 开发分支 static final String HELLO = "Hello Java!"; public static final int MAXIMUM_AMOUNT_OF_TIMES = 20; From a64704f96a84e5cc823dc1a18ed8a50273001570 Mon Sep 17 00:00:00 2001 From: Prot-debug Date: Tue, 27 Jun 2023 22:26:26 +0800 Subject: [PATCH 4/5] =?UTF-8?q?master=E5=88=86=E6=94=AF=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/example/javamavenjunithelloworld/Hello.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/javamavenjunithelloworld/Hello.java b/src/main/java/com/example/javamavenjunithelloworld/Hello.java index bda16eb6..1753afd6 100644 --- a/src/main/java/com/example/javamavenjunithelloworld/Hello.java +++ b/src/main/java/com/example/javamavenjunithelloworld/Hello.java @@ -8,6 +8,7 @@ public class Hello { // 测试git2!!! + // 现在是给master分支加注释 public static final int ADD_VARIABLE = 10; static final String HELLO = "Hello Java!"; From 010b3044020a567d3b667211cd31b7068373197e Mon Sep 17 00:00:00 2001 From: Prot-debug Date: Tue, 27 Jun 2023 22:27:59 +0800 Subject: [PATCH 5/5] =?UTF-8?q?master=E5=88=86=E6=94=AF=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/example/javamavenjunithelloworld/Hello.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/javamavenjunithelloworld/Hello.java b/src/main/java/com/example/javamavenjunithelloworld/Hello.java index 1753afd6..830779c6 100644 --- a/src/main/java/com/example/javamavenjunithelloworld/Hello.java +++ b/src/main/java/com/example/javamavenjunithelloworld/Hello.java @@ -9,6 +9,7 @@ public class Hello { // 测试git2!!! // 现在是给master分支加注释 + // 再给master分支加注释 public static final int ADD_VARIABLE = 10; static final String HELLO = "Hello Java!";