Ignore:
Timestamp:
2017-09-09T20:13:14+02:00 (7 years ago)
Author:
Don-vip
Message:

SpotBugs - fix some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/bugreport/BugReportQueue.java

    r12791 r12808  
    1717public class BugReportQueue {
    1818
    19     private static final BugReportQueue INSTANCE = new BugReportQueue();
    20 
    2119    /**
    2220     * The fallback bug report handler if none is set. Prints the stacktrace on standard error stream.
     
    2725        return BugReportQueue.SuppressionMode.NONE;
    2826    };
     27
     28    private static final BugReportQueue INSTANCE = new BugReportQueue();
    2929
    3030    private final LinkedList<ReportedException> reportsToDisplay = new LinkedList<>();
Note: See TracChangeset for help on using the changeset viewer.