Ignore:
Timestamp:
2018-04-15T19:14:17+02:00 (6 years ago)
Author:
Don-vip
Message:

minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmUtils.java

    r13611 r13637  
    147147     * @return the value of "layer" key, or null if absent or set to 0 (default value)
    148148     * @since 12986
     149     * @since 13637 (signature)
    149150     */
    150     public static String getLayer(OsmPrimitive w) {
     151    public static String getLayer(IPrimitive w) {
    151152        String layer1 = w.get("layer");
    152153        if ("0".equals(layer1)) {
Note: See TracChangeset for help on using the changeset viewer.