Ignore:
Timestamp:
2017-08-25T21:51:00+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - code refactoring to avoid dependence on GUI packages from Preferences

File:
1 edited

Legend:

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

    r11746 r12649  
    5353     * @param e The {@link ReportedException} to use. No more data should be added after creating the report.
    5454     */
    55     BugReport(ReportedException e) {
     55    public BugReport(ReportedException e) {
    5656        this.exception = e;
    5757        includeAllStackTraces = e.mayHaveConcurrentSource();
Note: See TracChangeset for help on using the changeset viewer.