Changeset 28143 in osm for applications/editors/josm/plugins/opendata/modules/fr.cg41/src
- Timestamp:
- 2012-03-23T21:49:59+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/fr.cg41/src/org/openstreetmap/josm/plugins/opendata/modules/fr/cg41/Cg41Module.java
r28000 r28143 25 25 public Cg41Module(ModuleInformation info) { 26 26 super(info); 27 handlers.add( newArretsBusHandler());28 handlers.add( newZonesInondablesBrayeHandler());27 handlers.add(ArretsBusHandler.class); 28 handlers.add(ZonesInondablesBrayeHandler.class); 29 29 } 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
