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

    r8870 r8931  
    155155
    156156    /**
    157      * Checks if a map redraw is required and does so if needed. Also updates the status bar
     157     * Checks if a map redraw is required and does so if needed. Also updates the status bar.
     158     * @return true if a repaint is needed
    158159     */
    159160    private boolean redrawIfRequired() {
     
    11031104    /**
    11041105     * Removes target highlighting from primitives. Issues repaint if required.
    1105      * Returns true if a repaint has been issued.
     1106     * @return true if a repaint has been issued.
    11061107     */
    11071108    private boolean removeHighlighting() {
     
    12351236     * to work around this issue.
    12361237     * Otherwise the normal selection of the current data layer is returned.
     1238     * @return selected primitives, while draw action is in progress
    12371239     */
    12381240    public Collection<OsmPrimitive> getInProgressSelection() {
Note: See TracChangeset for help on using the changeset viewer.