Changeset 10314 in josm
- Timestamp:
- 2016-06-02T01:53:48+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/CopyList.java
r10309 r10314 166 166 @Override 167 167 public E next() { 168 if (!hasNext()) { 169 throw new NoSuchElementException(); 170 } 168 171 checkForComodification(); 169 172 try {
Note:
See TracChangeset
for help on using the changeset viewer.