Changeset 5874 in josm for trunk/src/org/openstreetmap/josm/data/projection
- Timestamp:
- 2013-04-16T19:57:43+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/datum/NTV2GridShiftFile.java
r5073 r5874 25 25 import java.util.ArrayList; 26 26 import java.util.HashMap; 27 28 import org.openstreetmap.josm.tools.Utils; 27 29 28 30 /** … … 151 153 lastSubGrid = topLevelSubGrid[0]; 152 154 153 in.close();155 Utils.close(in); 154 156 } 155 157
Note:
See TracChangeset
for help on using the changeset viewer.