Changeset 2578 in josm for trunk/src/org/openstreetmap/josm/actions/search
- Timestamp:
- 2009-12-05T18:23:03+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
r2567 r2578 487 487 private static class Incomplete extends Match { 488 488 @Override public boolean match(OsmPrimitive osm) { 489 return osm.incomplete; 489 return osm.isIncomplete(); 490 490 } 491 491 @Override public String toString() {return "incomplete";}
Note:
See TracChangeset
for help on using the changeset viewer.
