Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

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

    r10173 r10378  
    241241                dragOffsetX = mx - initialDividerBounds.x;
    242242                dragOffsetY = my - initialDividerBounds.y;
    243                 dragDivider  = divider;
     243                dragDivider = divider;
    244244                Rectangle prevNodeBounds = prevNode.getBounds();
    245245                Rectangle nextNodeBounds = nextNode.getBounds();
     
    336336            MultiSplitLayout.Divider divider = getMultiSplitLayout().dividerAt(x, y);
    337337            if (divider != null) {
    338                 cursorID  = divider.isVertical() ?
     338                cursorID = divider.isVertical() ?
    339339                    Cursor.E_RESIZE_CURSOR :
    340340                    Cursor.N_RESIZE_CURSOR;
Note: See TracChangeset for help on using the changeset viewer.