49505152535455
* * @param text the new eval string */ public void save(String text) { formula.deleteObserver(this); command = new FormulaEditCommand(formula, text, getLanguage()); }