Ignore:
Timestamp:
2019-12-13T22:29:05+01:00 (5 years ago)
Author:
donvip
Message:

UnnecessaryParentheses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/action/gui/WaypointDialog.java

    r34591 r35253  
    3838            String prop = e.getPropertyName();
    3939
    40             if (dialog.isVisible() && (e.getSource() == optionPane)
    41                             && (prop.equals(JOptionPane.VALUE_PROPERTY))) {
     40            if (dialog.isVisible() && e.getSource() == optionPane
     41                            && prop.equals(JOptionPane.VALUE_PROPERTY)) {
    4242                // If you were going to check something
    4343                // before closing the window, you'd do it here.
Note: See TracChangeset for help on using the changeset viewer.