Changeset 31215 in osm


Ignore:
Timestamp:
2015-06-04T12:33:15+02:00 (9 years ago)
Author:
nokutu
Message:

Commetns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryToggleDialog.java

    r31214 r31215  
    276276        }
    277277
     278        /**
     279         * Creates the layout of the dialog.
     280         *
     281         * @param data The content of the dialog
     282         * @param buttons The buttons where you can click
     283         * @param reverse {@code true} if the buttons should go at the top; {@code false} otherwise.
     284         */
    278285        public void createLayout(Component data, List<SideButton> buttons,
    279286                        boolean reverse) {
Note: See TracChangeset for help on using the changeset viewer.