Changeset 13796 in josm for trunk/src


Ignore:
Timestamp:
2018-05-20T22:44:21+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16103 - checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/ImageryReader.java

    r13792 r13796  
    428428                case "type":
    429429                    ImageryType type = ImageryType.fromString(accumulator.toString());
    430                     if(type != null)
     430                    if (type != null)
    431431                        entry.setImageryType(type);
    432432                    else
     
    524524                    String cat = accumulator.toString();
    525525                    ImageryCategory category = ImageryCategory.fromString(cat);
    526                     if(category != null)
     526                    if (category != null)
    527527                        entry.setImageryCategory(category);
    528528                    entry.setImageryCategoryOriginalString(cat);
Note: See TracChangeset for help on using the changeset viewer.