Ignore:
Timestamp:
2020-06-14T17:17:08+02:00 (4 years ago)
Author:
simon04
Message:

see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/layer/MergeGpxLayerDialog.java

    r14341 r16630  
    133133
    134134            if ((row == 0 || newRow == 0)
    135                     && (!ConditionalOptionPaneUtil.showConfirmationDialog(
     135                    && !ConditionalOptionPaneUtil.showConfirmationDialog(
    136136                            "gpx_target_change",
    137137                            getParent(),
     
    142142                            JOptionPane.OK_CANCEL_OPTION,
    143143                            JOptionPane.INFORMATION_MESSAGE,
    144                             JOptionPane.OK_OPTION))) {
     144                            JOptionPane.OK_OPTION)) {
    145145                return;
    146146            }
Note: See TracChangeset for help on using the changeset viewer.