Skip to content

Commit 279e21d

Browse files
committed
ug
1 parent 43ac7d3 commit 279e21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/mypackage/Calculator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public long subFucn(long first, long second){
1818

1919
public long mulFucn(long first, long second){
2020

21-
return first*second;
21+
return first/second;
2222
}
2323

2424

@@ -53,4 +53,4 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) thro
5353

5454
}
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)