Changeset 2930 in josm for trunk/src/org/openstreetmap/josm/tools/CopyList.java
- Timestamp:
- 03.02.2010 09:07:36 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/CopyList.java
r2907 r2930 130 130 131 131 private void rangeCheck(int index) { 132 if (index >= size || index < 0) throw new IndexOutOfBoundsException( );132 if (index >= size || index < 0) throw new IndexOutOfBoundsException("Index:" + index + " Size:" + size); 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.
