Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/ReadRemotePluginInformationTask.java

    r8510 r8540  
    191191    }
    192192
    193     private void handleIOException(final ProgressMonitor monitor, IOException e, final String title, final String firstMessage, boolean displayMsg) {
     193    private void handleIOException(final ProgressMonitor monitor, IOException e, final String title, final String firstMessage,
     194            boolean displayMsg) {
    194195        StringBuilder sb = new StringBuilder();
    195196        try (InputStream errStream = connection.getErrorStream()) {
Note: See TracChangeset for help on using the changeset viewer.