Ignore:
Timestamp:
2020-06-14T14:55:16+02:00 (4 years ago)
Author:
simon04
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java

    r15963 r16623  
    8282    private transient ICoordinate iSelectionRectEnd;
    8383
     84    static {
     85        debug = Logging.isDebugEnabled();
     86    }
     87
    8488    /**
    8589     * Constructs a new {@code SlippyMapBBoxChooser}.
    8690     */
    8791    public SlippyMapBBoxChooser() {
    88         debug = Logging.isDebugEnabled();
    8992        SpringLayout springLayout = new SpringLayout();
    9093        setLayout(springLayout);
Note: See TracChangeset for help on using the changeset viewer.