63646566676869707172
toText = StringUtil.replace(toText, "\n", " "); translation.setToText(toText); } catch (Exception e) { throw new ConverterException(e); } return translation; }