Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/util/Entities.java

    r8395 r8510  
    382382                        }
    383383                    } else { // escaped value content is an entity name
    384                         if(mapNameToValue == null) {
     384                        if (mapNameToValue == null) {
    385385                            mapNameToValue = new HashMap<>();
    386386                            for (String[] pair : ARRAY)
Note: See TracChangeset for help on using the changeset viewer.