put a mononoke spider princess per bean grave
This commit is contained in:
parent
84f3a34f21
commit
37ab7ae4be
23 changed files with 83 additions and 71 deletions
|
|
@ -190,7 +190,9 @@ public class CalculatorDeskApp extends AbstractDeskApp implements DeskAppRendere
|
|||
result = v1*v2;
|
||||
break;
|
||||
case DIVIDE:
|
||||
result = v1/v2;
|
||||
if (v2 != 0) {
|
||||
result = v1/v2;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue