Changeset 10375 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-06-14T19:46:27+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/bugreport/BugReport.java
r10300 r10375 31 31 * @since 10285 32 32 */ 33 public class BugReport {33 public final class BugReport { 34 34 /** 35 35 * Create a new bug report 36 36 * @param e The {@link ReportedException} to use. No more data should be added after creating the report. 37 37 */ 38 p ublicBugReport(ReportedException e) {38 private BugReport(ReportedException e) { 39 39 // TODO: Use this class to create the bug report. 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.