Ignore:
Timestamp:
2015-05-18T02:14:30+02:00 (9 years ago)
Author:
Don-vip
Message:

Sonar - various performance improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java

    r8308 r8390  
    144144            while ((line = reader.readLine()) != null) {
    145145                css.append(line);
    146                 css.append("\n");
     146                css.append('\n');
    147147            }
    148148        } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.