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

    r7005 r8291  
    2626     *
    2727     * @param layer  the data layer. Must not be null.
    28      * @exception IllegalArgumentException thrown if layer is null
     28     * @throws IllegalArgumentException if layer is null
    2929     */
    30     public SelectionTableModel(OsmDataLayer layer) throws IllegalArgumentException {
     30    public SelectionTableModel(OsmDataLayer layer) {
    3131        CheckParameterUtil.ensureParameterNotNull(layer, "layer");
    3232        this.layer = layer;
Note: See TracChangeset for help on using the changeset viewer.