Ignore:
Timestamp:
03.02.2010 09:07:36 (2 years ago)
Author:
jttt
Message:

Make sure ConflictResolutionDialog is disposed when closed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/CopyList.java

    r2907 r2930  
    130130 
    131131    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); 
    133133    } 
    134134 
Note: See TracChangeset for help on using the changeset viewer.