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