From dbbe99094702ee37d2d07dca96eefccee338cdc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=90=E5=84=BF=E5=85=AC=E4=B8=BE?= <13774090+yuner-gongju@user.noreply.gitee.com> Date: Fri, 1 Dec 2023 07:16:07 +0000 Subject: [PATCH] update ConflictTest2.java. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 运儿公举 <13774090+yuner-gongju@user.noreply.gitee.com> --- ConflictTest2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictTest2.java b/ConflictTest2.java index 9b23f3c..d0afab5 100644 --- a/ConflictTest2.java +++ b/ConflictTest2.java @@ -22,6 +22,6 @@ public class ConflictTest2 { */ public static int add(int a, int b) { // todo 这里有一个Bug需要修复 - return a - b; + return a / b; } } -- Gitee