5758596061626364
this.rootReference = parser.parse(formulaText.trim()); } catch (TokenMgrError tokenMgrError) { // This is ugly. throw new FormulaParseException(tokenMgrError); } }
6970717273747576
this.rootReference = parser.parse(formulaText); } catch(TokenMgrError tokenMgrError) { // This is ugly. throw new FormulaParseException(tokenMgrError); } }