Changeset 8291 in josm for trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java
- Timestamp:
- 2015-04-29T01:44:01+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java
r8285 r8291 109 109 * @param changesetCommentModel the model for the changeset comment. Must not be null 110 110 * @param changesetSourceModel the model for the changeset source. Must not be null. 111 * @throws IllegalArgumentException thrownif {@code changesetCommentModel} is null111 * @throws IllegalArgumentException if {@code changesetCommentModel} is null 112 112 */ 113 113 public BasicUploadSettingsPanel(ChangesetCommentModel changesetCommentModel, ChangesetCommentModel changesetSourceModel) {
Note:
See TracChangeset
for help on using the changeset viewer.