Skip to content

Commit 69653f8

Browse files
committed
Revert "bug"
This reverts commit 7751d3d.
1 parent 7751d3d commit 69653f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)