Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (11 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java

    r8378 r8510  
    8585            InputSource inputSource = new InputSource(new StringReader(diffUploadResponse));
    8686            Utils.parseSafeSAX(inputSource, new Parser());
    87         } catch(XmlParsingException e) {
     87        } catch (XmlParsingException e) {
    8888            throw e;
    89         } catch(IOException | ParserConfigurationException | SAXException e) {
     89        } catch (IOException | ParserConfigurationException | SAXException e) {
    9090            throw new XmlParsingException(e);
    9191        } finally {
Note: See TracChangeset for help on using the changeset viewer.