434445464748495051
fromToValues.put(from, toTokenizer.nextToken().trim()); from = null; } } if (fromToValues.size() == 0) { throw new FileFormatException("Not valid file, please check the file or choose another one"); } return fromToValues; }