Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ValidateAction.java

    r8510 r8836  
    124124         * @param formerValidatedPrimitives the last collection of primitives being validates. May be null.
    125125         */
    126         public ValidationTask(Collection<Test> tests, Collection<OsmPrimitive> validatedPrimitives,
     126        ValidationTask(Collection<Test> tests, Collection<OsmPrimitive> validatedPrimitives,
    127127                Collection<OsmPrimitive> formerValidatedPrimitives) {
    128128            super(tr("Validating"), false /*don't ignore exceptions */);
Note: See TracChangeset for help on using the changeset viewer.