Ignore:
Timestamp:
2016-01-01T17:01:08+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/xml/XmlStyleSource.java

    r8870 r9239  
    140140     * @param scale ignored if null, otherwise checks if scale is within the range of candidate
    141141     * @param mc side effect: update the valid region for the current MultiCascade
     142     * @return {@code true} if {@code candidate} is better than the current match
    142143     */
    143144    private static boolean requiresUpdate(Prototype current, Prototype candidate, Double scale, MultiCascade mc) {
     
    181182
    182183    /**
     184     * @param primitive OSM primitive
    183185     * @param closed The primitive is a closed way or we pretend it is closed.
    184186     *  This is useful for multipolygon relations and outer ways of untagged
Note: See TracChangeset for help on using the changeset viewer.