Changeset 8285 in josm for trunk/src/org/openstreetmap/josm/tools/template_engine
- Timestamp:
- 2015-04-28T00:49:49+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/template_engine/ContextSwitchTemplate.java
r7937 r8285 41 41 42 42 private abstract class ContextProvider extends Match { 43 Match condition; 43 protected Match condition; 44 44 abstract List<OsmPrimitive> getPrimitives(OsmPrimitive root); 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.