Ignore:
Timestamp:
2015-05-04T23:24:14+02:00 (9 years ago)
Author:
Don-vip
Message:

squid:S1133 - remove deprecated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java

    r8304 r8324  
    205205
    206206        /**
    207          * Returns the first non-null object. The name originates from the {@code COALESCE} SQL function.
    208          * @param args arguments
    209          * @return the first non-null object
    210          * @deprecated Deprecated in favour of {@link #any(Object...)} from the MapCSS standard.
    211          */
    212         @NullableArguments
    213         @Deprecated
    214         public static Object coalesce(Object... args) {
    215             return any(args);
    216         }
    217 
    218         /**
    219207         * Returns the first non-null object.
    220208         * The name originates from <a href="http://wiki.openstreetmap.org/wiki/MapCSS/0.2/eval">MapCSS standard</a>.
Note: See TracChangeset for help on using the changeset viewer.