Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

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

    r8510 r8540  
    8181            case "relation":
    8282                if (currentModificationType == null) {
     83                    // CHECKSTYLE.OFF: LineLength
    8384                    throwException(tr("Illegal document structure. Found node, way, or relation outside of ''create'', ''modify'', or ''delete''."));
     85                    // CHECKSTYLE.ON: LineLength
    8486                }
    8587                data.put(currentPrimitive, currentModificationType);
Note: See TracChangeset for help on using the changeset viewer.