Ignore:
Timestamp:
2016-06-12T22:47:38+02:00 (8 years ago)
Author:
stoecker
Message:

checkstyle fixes

File:
1 edited

Legend:

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

    r10362 r10365  
    4242            setIcon(icon.getImageIconBounded(
    4343                ImageProvider.ImageSizes.SIDEBUTTON.getImageDimension()));
    44         } else { /* TODO: remove when calling code is fixed */
     44        } else { /* TODO: remove when calling code is fixed, replace by exception */
    4545            Main.warn("Old style SideButton usage for action " + action);
    4646            fixIcon(action);
     
    8080     * Fix icon size
    8181     * @param action the action
    82      * @deprecated
     82     * @deprecated This method is old style and will be removed together with the removal
     83     * of old constructor code
    8384     */
    8485    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.