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/conflict/tags/RelationMemberConflictDecision.java

    r6362 r8291  
    1818    private RelationMemberConflictDecisionType decision;
    1919
    20     public RelationMemberConflictDecision(Relation relation, int pos) throws IllegalArgumentException {
     20    public RelationMemberConflictDecision(Relation relation, int pos) {
    2121        CheckParameterUtil.ensureParameterNotNull(relation, "relation");
    2222        RelationMember member = relation.getMember(pos);
Note: See TracChangeset for help on using the changeset viewer.