Changeset 2655 in josm for trunk/src/org/openstreetmap/josm/io
- Timestamp:
- 2009-12-19T10:47:49+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/NmeaReader.java
r2626 r2655 272 272 e[GPGGA.LONGITUDE.position] 273 273 ); 274 if(latLon==null) throw(null); // malformed 274 if(latLon==null) 275 throw new NullPointerException(); // malformed 275 276 276 277 if((latLon.lat()==0.0) && (latLon.lon()==0.0)) {
Note:
See TracChangeset
for help on using the changeset viewer.