Ignore:
Timestamp:
2015-10-27T19:15:14+01:00 (8 years ago)
Author:
Don-vip
Message:

update javadoc + checkstyle fix + update presets links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java

    r8936 r8958  
    149149        /**
    150150         * Creates the fixing {@link Command} for the given primitive. The {@code matchingSelector} is used to evaluate placeholders
    151          * (cf. {@link org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.TagCheck#insertArguments(Selector, String, OsmPrimitive)}).
     151         * (cf. {@link MapCSSTagChecker.TagCheck#insertArguments(Selector, String, OsmPrimitive)}).
     152         * @param p OSM primitive
     153         * @param matchingSelector  matching selector
     154         * @return fix command
    152155         */
    153156        abstract Command createCommand(final OsmPrimitive p, final Selector matchingSelector);
Note: See TracChangeset for help on using the changeset viewer.