Ignore:
Timestamp:
2015-06-21T01:13:09+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: redundant modifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Data.java

    r7937 r8512  
    1616     * @return the collection of data sources.
    1717     */
    18     public Collection<DataSource> getDataSources();
     18    Collection<DataSource> getDataSources();
    1919
    2020    /**
     
    2222     * @return Area object encompassing downloaded data.
    2323     */
    24     public Area getDataSourceArea();
     24    Area getDataSourceArea();
    2525
    2626    /**
     
    3636     * bounds are defined.
    3737     */
    38     public List<Bounds> getDataSourceBounds();
     38    List<Bounds> getDataSourceBounds();
    3939}
Note: See TracChangeset for help on using the changeset viewer.