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/io/OsmWriter.java

    r9310 r9970  
    5656        super(out);
    5757        this.osmConform = osmConform;
    58         this.version = (version == null ? DEFAULT_API_VERSION : version);
     58        this.version = version == null ? DEFAULT_API_VERSION : version;
    5959    }
    6060
Note: See TracChangeset for help on using the changeset viewer.