Skip to content
Snippets Groups Projects
Commit 1760062b authored by Sondre.Bolland1's avatar Sondre.Bolland1
Browse files

Update Calculator.java

parent b390261a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ public class Calculator {
*/
public String getOperatorDescription(String operatorSymbol) {
// TODO
throw new NullPointerException("This operator is not supported by the calculator: " + operatorSymbol);
return "";
//throw new NullPointerException("This operator is not supported by the calculator: " + operatorSymbol);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment