Ignore:
Timestamp:
2015-04-29T01:44:01+02:00 (10 years ago)
Author:
Don-vip
Message:

fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java

    r8285 r8291  
    109109     * @param changesetCommentModel the model for the changeset comment. Must not be null
    110110     * @param changesetSourceModel the model for the changeset source. Must not be null.
    111      * @throws IllegalArgumentException thrown if {@code changesetCommentModel} is null
     111     * @throws IllegalArgumentException if {@code changesetCommentModel} is null
    112112     */
    113113    public BasicUploadSettingsPanel(ChangesetCommentModel changesetCommentModel, ChangesetCommentModel changesetSourceModel) {
Note: See TracChangeset for help on using the changeset viewer.