Changeset 18208 in josm for trunk/src/org/openstreetmap/josm/data/DataSource.java
- Timestamp:
- 2021-09-11T17:50:57+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/DataSource.java
r16599 r18208 10 10 11 11 import org.openstreetmap.josm.tools.CheckParameterUtil; 12 import org.openstreetmap.josm.tools.Utils; 12 13 13 14 /** … … 75 76 */ 76 77 public static Area getDataSourceArea(Collection<DataSource> dataSources) { 77 if (dataSources == null || dataSources.isEmpty()) {78 if (Utils.isEmpty(dataSources)) { 78 79 return null; 79 80 }
Note:
See TracChangeset
for help on using the changeset viewer.
