Ignore:
Timestamp:
2015-05-23T01:40:23+02:00 (9 years ago)
Author:
Don-vip
Message:

Sonar: various code style cleanup:

  • fix copyright
  • classes that should be final
  • order of javadoc At-clauses
  • unexpected spaces before parenthesis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java

    r8404 r8419  
    109109     * @param test if <code>true</code> than the icon is request is tested
    110110     * @return image provider for icon (can be <code>null</code> when <code>test</code> is <code>true</code>).
     111     * @see #getIcon(IconReference, int,int)
    111112     * @since 8097
    112      * @see #getIcon(IconReference, int,int)
    113113     */
    114114    public static ImageProvider getIconProvider(IconReference ref, boolean test) {
Note: See TracChangeset for help on using the changeset viewer.