Ignore:
Timestamp:
2016-03-12T23:18:04+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - remove useless parentheses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/CachedAttributionBingAerialTileSource.java

    r9171 r9970  
    7070                    try {
    7171                        String xml = attributionLoader.updateIfRequiredString();
    72                         List<Attribution> ret = parseAttributionText(new InputSource(new StringReader((xml))));
     72                        List<Attribution> ret = parseAttributionText(new InputSource(new StringReader(xml)));
    7373                        if (attributionDownloadedTask != null) {
    7474                            GuiHelper.runInEDT(attributionDownloadedTask);
Note: See TracChangeset for help on using the changeset viewer.