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 21, 2018
1 parent da17df9 commit 8d77a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/in/javahome/myweb/controller/Calculator.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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 8d77a88

Please sign in to comment.