Skip to content

Commit

Permalink
Update Calculator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Dec 19, 2020
1 parent 6b630a6 commit bed3657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/in/javahome/myweb/controller/Calculator.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class Calculator {
* @return int
*/
public int add(int i, int j){
String s = null;
s.toString();
return i+j;
}
public int multiply(int i, int j){
Expand Down

0 comments on commit bed3657

Please sign in to comment.