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/TagConflictResolverModel.java

    r7743 r8291  
    127127     * @param tags  the tag collection with the tags. Must not be null.
    128128     * @param keysWithConflicts the set of tag keys with conflicts
    129      * @throws IllegalArgumentException thrown if tags is null
     129     * @throws IllegalArgumentException if tags is null
    130130     */
    131131    public void populate(TagCollection tags, Set<String> keysWithConflicts) {
Note: See TracChangeset for help on using the changeset viewer.