- Timestamp:
- 2010-08-13T21:32:07+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r3382 r3430 124 124 super(0, false); 125 125 setEastNorth(eastNorth); 126 } 127 128 @Override 129 void setDataset(DataSet dataSet) { 130 super.setDataset(dataSet); 131 if (!isIncomplete() && (getCoor() == null || getEastNorth() == null)) 132 throw new DataIntegrityProblemException("Complete node with null coordinates: " + toString() + get3892DebugInfo()); 126 133 } 127 134
Note:
See TracChangeset
for help on using the changeset viewer.