Changeset 3355 in josm for trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
- Timestamp:
- 2010-06-29T08:52:59+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
r3336 r3355 75 75 } 76 76 77 p rivatestatic class Not extends Match {77 public static class Not extends Match { 78 78 private final Match match; 79 79 public Not(Match match) {this.match = match;}
Note:
See TracChangeset
for help on using the changeset viewer.
