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/dialogs/relation/RelationEditor.java

    r7005 r8291  
    112112     * @param selectedMembers  a collection of members in <code>relation</code> which the editor
    113113     * should display selected when the editor is first displayed on screen
    114      * @throws IllegalArgumentException thrown if layer is null
    115      */
    116     protected RelationEditor(OsmDataLayer layer, Relation relation, Collection<RelationMember> selectedMembers)  throws IllegalArgumentException{
    117         // Initalizes ExtendedDialog
     114     * @throws IllegalArgumentException if layer is null
     115     */
     116    protected RelationEditor(OsmDataLayer layer, Relation relation, Collection<RelationMember> selectedMembers) {
    118117        super(Main.parent,
    119118                "",
Note: See TracChangeset for help on using the changeset viewer.