Ignore:
Timestamp:
2013-09-22T18:36:07+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - various bugfixes / violation fixes

File:
1 edited

Legend:

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

    r6087 r6246  
    131131        isLocalBuild = false;
    132132        value = properties.get("Is-Local-Build");
    133         if (value != null && value.trim().toLowerCase().equals("true"))  {
     133        if (value != null && value.trim().equalsIgnoreCase("true"))  {
    134134            isLocalBuild = true;
    135135        }
Note: See TracChangeset for help on using the changeset viewer.