153154155156157158159
throw new IllegalArgumentException("unknown type '" + e.getNodeName() + "'"); } private JodaFormat parseTimeFormat(Element e) { return new JodaFormat(FormatFormat.SHORT_TIME); }