Changeset 7168 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2014-05-22T18:28:10+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java
r7165 r7168 181 181 */ 182 182 @NullableArguments 183 @Deprecated 183 184 public static Object coalesce(Object... args) { 184 return Utils.firstNonNull(args);185 return any(args); 185 186 } 186 187
Note:
See TracChangeset
for help on using the changeset viewer.