Skip to content

Commit

Permalink
Update Calculator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Oct 8, 2021
1 parent 8b1cdea commit abc4f61
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 @@ -10,8 +10,6 @@ public class Calculator {
* @return int
*/
public int add(int i, int j){
String name = null;
name.toUpperCase();
return i+j;
}
public int multiply(int i, int j){
Expand Down

0 comments on commit abc4f61

Please sign in to comment.