Ignore:
Timestamp:
2008-06-15T12:28:42+02:00 (18 years ago)
Author:
ramack
Message:

patch by bruce89, closes #812; thanks bruce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java

    r627 r655  
    3131 * An action that enables the user to delete nodes and other objects.
    3232 *
    33  * The user can click on an object, which get deleted if possible. When Ctrl is
     33 * The user can click on an object, which gets deleted if possible. When Ctrl is
    3434 * pressed when releasing the button, the objects and all its references are
    35  * deleted. The exact definition of "all its references" are in 
    36  * @see #deleteWithReferences(OsmPrimitive)
     35 * deleted. The exact definition of "all its references" are in
     36 * {@link #deleteWithReferences deleteWithReferences}.
    3737 *
    3838 * If the user did not press Ctrl and the object has any references, the user
     
    159159         *
    160160         * @param selection The objects to delete.
    161          * @param alsoDeleteNodesInWay true if nodes should be deleted as well
     161         * @param alsoDeleteNodesInWay <code>true</code> if nodes should be deleted as well
    162162         * @return command A command to perform the deletions, or null of there is
    163163         * nothing to delete.
Note: See TracChangeset for help on using the changeset viewer.