Ignore:
Timestamp:
2022-06-13T17:59:52+02:00 (3 years ago)
Author:
taylor.smock
Message:

PMD/Checkstyle fixes for r18485

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java

    r18485 r18487  
    11531153                        if (cycleList.size() == 2 && !waitForMouseUpParameter
    11541154                                // This was a nested if statement (see commented code below)
    1155                                 && (!(osm.equals(old) || osm.isNew() || platformMenuShortcutKeyMask))) {
     1155                                && !(osm.equals(old) || osm.isNew() || platformMenuShortcutKeyMask)) {
    11561156                                cyclePrims = false;
    11571157                                osm = old;
    1158                             // else defer toggling to mouseRelease time in those cases:
    1159                             /*
    1160                              * osm == old -- the true nearest node is the
    1161                              * selected one osm is a new node -- do not break
    1162                              * unglue ways in ALT mode ctrl is pressed -- ctrl
    1163                              * generally works on mouseReleased
    1164                              */
     1158                                // else defer toggling to mouseRelease time in those cases:
     1159                                /*
     1160                                 * osm == old -- the true nearest node is the
     1161                                 * selected one osm is a new node -- do not break
     1162                                 * unglue ways in ALT mode ctrl is pressed -- ctrl
     1163                                 * generally works on mouseReleased
     1164                                 */
    11651165                        }
    11661166                    }
Note: See TracChangeset for help on using the changeset viewer.