Changeset 18962 in osm for applications/editors/josm/plugins/validator
- Timestamp:
- 2009-12-05T18:54:28+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/validator
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/validator/tests/NameMismatch.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r18957 r18962 27 27 --> 28 28 <property name="commit.message" value="Made build file more robust" /> 29 <property name="plugin.main.version" value="25 65" />29 <property name="plugin.main.version" value="2578" /> 30 30 31 31 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NameMismatch.java
r18152 r18962 104 104 @Override public void visit(Collection<OsmPrimitive> selection) { 105 105 for (OsmPrimitive p : selection) 106 if (!p.isDeleted() && !p.incomplete) 106 if (!p.isDeleted() && !p.isIncomplete()) 107 107 check(p); 108 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
