Ignore:
Timestamp:
2015-10-23T01:17:45+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes

File:
1 edited

Legend:

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

    r8870 r8931  
    686686    }
    687687
    688     /** returns true whenever elements have been grabbed and moved (i.e. the initial
    689      * thresholds have been exceeded) and is still in progress (i.e. mouse button
    690      * still pressed)
     688    /**
     689     * Determines whenever elements have been grabbed and moved (i.e. the initial
     690     * thresholds have been exceeded) and is still in progress (i.e. mouse button still pressed)
     691     * @return true if a drag is in progress
    691692     */
    692693    private boolean dragInProgress() {
     
    797798    /**
    798799     * Obtain command in undoRedo stack to "continue" when dragging
     800     * @return last command
    799801     */
    800802    private static Command getLastCommand() {
     
    901903     * Tries to find a node to merge to when in move-merge mode for the current mouse
    902904     * position. Either returns the node or null, if no suitable one is nearby.
     905     * @return node to merge to, or null
    903906     */
    904907    private Node findNodeToMergeTo(Point p) {
Note: See TracChangeset for help on using the changeset viewer.