Ignore:
Timestamp:
2015-04-29T01:44:01+02:00 (9 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/TagSettingsPanel.java

    r7005 r8291  
    3939     * @param changesetCommentModel the changeset comment model. Must not be null.
    4040     * @param changesetSourceModel the changeset source model. Must not be null.
    41      * @throws IllegalArgumentException thrown if {@code changesetCommentModel} is null
     41     * @throws IllegalArgumentException if {@code changesetCommentModel} is null
    4242     */
    43     public TagSettingsPanel(ChangesetCommentModel changesetCommentModel, ChangesetCommentModel changesetSourceModel) throws IllegalArgumentException{
     43    public TagSettingsPanel(ChangesetCommentModel changesetCommentModel, ChangesetCommentModel changesetSourceModel) {
    4444        CheckParameterUtil.ensureParameterNotNull(changesetCommentModel, "changesetCommentModel");
    4545        CheckParameterUtil.ensureParameterNotNull(changesetSourceModel, "changesetSourceModel");
Note: See TracChangeset for help on using the changeset viewer.