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

    r7859 r8291  
    254254     * @param nodes the collection of nodes. Ignored if null
    255255     * @param targetLocationNode this node's location will be used for the target node
    256      * @throws IllegalArgumentException thrown if {@code layer} is null
     256     * @throws IllegalArgumentException if {@code layer} is null
    257257     */
    258258    public static void doMergeNodes(OsmDataLayer layer, Collection<Node> nodes, Node targetLocationNode) {
     
    284284     * @param targetLocationNode this node's location will be used for the targetNode.
    285285     * @return The command necessary to run in order to perform action, or {@code null} if there is nothing to do
    286      * @throws IllegalArgumentException thrown if {@code layer} is null
     286     * @throws IllegalArgumentException if {@code layer} is null
    287287     */
    288288    public static Command mergeNodes(OsmDataLayer layer, Collection<Node> nodes, Node targetLocationNode) {
     
    304304     * @param targetLocationNode this node's location will be used for the targetNode.
    305305     * @return The command necessary to run in order to perform action, or {@code null} if there is nothing to do
    306      * @throws IllegalArgumentException thrown if layer is null
     306     * @throws IllegalArgumentException if layer is null
    307307     */
    308308    public static Command mergeNodes(OsmDataLayer layer, Collection<Node> nodes, Node targetNode, Node targetLocationNode) {
Note: See TracChangeset for help on using the changeset viewer.