Ignore:
Timestamp:
2016-09-02T20:40:51+02:00 (9 years ago)
Author:
donvip
Message:

checkstyle

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  
    22package org.openstreetmap.josm.plugins.opendata.modules.be.bruxelles;
    33
     4public interface BruxellesConstants {
    45
    5 public interface BruxellesConstants {
    6    
    76    /**
    87     * Source
    98     */
    10     public static final String SOURCE_BRUXELLES = "Ville de Bruxelles";
    11    
     9    String SOURCE_BRUXELLES = "Ville de Bruxelles";
     10
    1211    /**
    1312     * Portal
    1413     */
    15     public static final String PORTAL_EN = "http://www.brussels.be";
    16     public static final String PORTAL_FR = "http://www.bruxelles.be";
    17     public static final String 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";
    1817}
Note: See TracChangeset for help on using the changeset viewer.