From beb85fc3f519a658d1ee48e5b406fbd295d42222 Mon Sep 17 00:00:00 2001 From: shilei <798989044@qq.com> Date: Mon, 8 Apr 2024 20:17:52 +0800 Subject: [PATCH] =?UTF-8?q?#weaver-E10-3#=20=E6=8F=90=E4=BA=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=813?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/test.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/test.java b/src/test/test.java index 0550257..7b521da 100644 --- a/src/test/test.java +++ b/src/test/test.java @@ -8,4 +8,8 @@ public class test { public void updatedata(){ System.out.println("updatedata"); } + + public void updatedata3(){ + System.out.println("updatedata3"); + } }