Changeset 8510 in josm for trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
- Timestamp:
- 2015-06-20T23:42:21+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
r8378 r8510 85 85 InputSource inputSource = new InputSource(new StringReader(diffUploadResponse)); 86 86 Utils.parseSafeSAX(inputSource, new Parser()); 87 } catch(XmlParsingException e) { 87 } catch (XmlParsingException e) { 88 88 throw e; 89 } catch(IOException | ParserConfigurationException | SAXException e) { 89 } catch (IOException | ParserConfigurationException | SAXException e) { 90 90 throw new XmlParsingException(e); 91 91 } finally {
Note:
See TracChangeset
for help on using the changeset viewer.
