Changeset 5714 in josm for trunk/src/org
- Timestamp:
- 2013-02-13T12:03:07+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java
r5705 r5714 140 140 141 141 public static List split(String sep, String toSplit) { 142 return Arrays.asList(toSplit.split(Pattern.quote(sep) ));142 return Arrays.asList(toSplit.split(Pattern.quote(sep), -1)); 143 143 } 144 144
Note:
See TracChangeset
for help on using the changeset viewer.