Changeset 2153 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2009-09-16T21:59:47+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r2134 r2153 328 328 } 329 329 pattern ="The changeset (\\d+) was closed at (.*)"; 330 p = Pattern.compile(pattern); 330 331 m = p.matcher(e.getErrorHeader()); 331 332 if (m.matches()) {
Note:
See TracChangeset
for help on using the changeset viewer.