Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

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

    r8509 r8510  
    1818
    1919    public enum HorizontalTextAlignment { LEFT, CENTER, RIGHT }
     20
    2021    public enum VerticalTextAlignment { ABOVE, TOP, CENTER, BOTTOM, BELOW }
    2122
     
    172173        if (SIMPLE_NODE_TEXT_ELEMSTYLE == null) throw new AssertionError();
    173174    }
     175
    174176    /*
    175177     * Caches the default text color from the preferences.
     
    179181     */
    180182    private static volatile Color DEFAULT_TEXT_COLOR = null;
     183
    181184    private static void initDefaultParameters() {
    182185        if (DEFAULT_TEXT_COLOR != null) return;
Note: See TracChangeset for help on using the changeset viewer.