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/actions/mapmode/DeleteAction.java

    r8285 r8291  
    321321     * @param layer the layer in whose context the relation is deleted. Must not be null.
    322322     * @param toDelete  the relation to be deleted. Must  not be null.
    323      * @exception IllegalArgumentException thrown if layer is null
    324      * @exception IllegalArgumentException thrown if toDelete is nul
     323     * @throws IllegalArgumentException if layer is null
     324     * @throws IllegalArgumentException if toDelete is nul
    325325     */
    326326    public static void deleteRelation(OsmDataLayer layer, Relation toDelete) {
Note: See TracChangeset for help on using the changeset viewer.