Changeset 10365 in josm for trunk/src/org/openstreetmap/josm


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

checkstyle fixes

Location:
trunk/src/org/openstreetmap/josm/gui
Files:
2 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
  • trunk/src/org/openstreetmap/josm/gui/util/GuiSizesHelper.java

    r10362 r10365  
    1212 * @since 10358
    1313 */
    14 public class GuiSizesHelper {
     14final public class GuiSizesHelper {
    1515
    1616    private GuiSizesHelper() {
Note: See TracChangeset for help on using the changeset viewer.