Ignore:
Timestamp:
2016-06-14T19:46:27+02:00 (7 years ago)
Author:
Don-vip
Message:

fix #12959 - Move state changes to MapViewState class (patch by michael2402) - gscore-core + checkstyle fixes

File:
1 edited

Legend:

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

    r10300 r10375  
    3131 * @since 10285
    3232 */
    33 public class BugReport {
     33public final class BugReport {
    3434    /**
    3535     * Create a new bug report
    3636     * @param e The {@link ReportedException} to use. No more data should be added after creating the report.
    3737     */
    38     public BugReport(ReportedException e) {
     38    private BugReport(ReportedException e) {
    3939        // TODO: Use this class to create the bug report.
    4040    }
Note: See TracChangeset for help on using the changeset viewer.