Ignore:
Timestamp:
2015-10-23T01:17:45+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes

File:
1 edited

Legend:

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

    r8899 r8931  
    241241        /**
    242242         * Tests whether one of the primitives matches.
     243         * @param primitives primitives
     244         * @return {@code true} if one of the primitives matches, {@code false} otherwise
    243245         */
    244246        protected boolean existsMatch(Collection<? extends OsmPrimitive> primitives) {
     
    252254        /**
    253255         * Tests whether all primitives match.
     256         * @param primitives primitives
     257         * @return {@code true} if all primitives match, {@code false} otherwise
    254258         */
    255259        protected boolean forallMatch(Collection<? extends OsmPrimitive> primitives) {
Note: See TracChangeset for help on using the changeset viewer.