Changeset 28143 in osm for applications/editors/josm/plugins/opendata/modules/fr.sncf/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.sncf/src/org/openstreetmap/josm/plugins/opendata/modules/fr/sncf/SncfModule.java
r28000 r28143 24 24 public SncfModule(ModuleInformation info) { 25 25 super(info); 26 handlers.add( newEquipementsHandler());26 handlers.add(EquipementsHandler.class); 27 27 } 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
