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