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/util/GuiHelper.java

    r8374 r8419  
    376376     * Sets a global font for all UI, replacing default font of current look and feel.
    377377     * @param name Font name. It is up to the caller to make sure the font exists
     378     * @throws IllegalArgumentException if name is null
    378379     * @since 7896
    379      * @throws IllegalArgumentException if name is null
    380380     */
    381381    public static void setUIFont(String name) {
Note: See TracChangeset for help on using the changeset viewer.