Changeset 32897 in osm for applications/editors/josm/plugins/opendata/modules/be.bruxelles
- Timestamp:
- 2016-09-02T20:40:51+02:00 (9 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/BruxellesConstants.java
r30731 r32897 2 2 package org.openstreetmap.josm.plugins.opendata.modules.be.bruxelles; 3 3 4 public interface BruxellesConstants { 4 5 5 public interface BruxellesConstants {6 7 6 /** 8 7 * Source 9 8 */ 10 public static finalString SOURCE_BRUXELLES = "Ville de Bruxelles";11 9 String SOURCE_BRUXELLES = "Ville de Bruxelles"; 10 12 11 /** 13 12 * Portal 14 13 */ 15 public static finalString PORTAL_EN = "http://www.brussels.be";16 public static finalString PORTAL_FR = "http://www.bruxelles.be";17 public static finalString PORTAL_NL = "http://www.brussel.be";14 String PORTAL_EN = "http://www.brussels.be"; 15 String PORTAL_FR = "http://www.bruxelles.be"; 16 String PORTAL_NL = "http://www.brussel.be"; 18 17 }
Note:
See TracChangeset
for help on using the changeset viewer.