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

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.paris/src/org/openstreetmap/josm/plugins/opendata/modules/fr/paris/ParisConstants.java

    r30731 r32897  
    22package org.openstreetmap.josm.plugins.opendata.modules.fr.paris;
    33
     4public interface ParisConstants {
    45
    5 public interface ParisConstants {
    6        
    76    /**
    87     * Source
    98     */
    10     public static final String SOURCE = "opendataparis";
    11    
     9    String SOURCE = "opendataparis";
     10
    1211    /**
    1312     * Portal
    1413     */
    15     public static final String PORTAL = "http://opendata.paris.fr/opendata/";
     14    String PORTAL = "http://opendata.paris.fr/opendata/";
    1615
    1716    /**
    1817     * Icons
    1918     */
    20     public static final String ICON_PARIS_24 = "data.fr.paris_24.png";
     19    String ICON_PARIS_24 = "data.fr.paris_24.png";
    2120}
Note: See TracChangeset for help on using the changeset viewer.