Ignore:
Timestamp:
2016-07-31T23:00:12+02:00 (8 years ago)
Author:
Don-vip
Message:

fix javadoc warnings

File:
1 edited

Legend:

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

    r10604 r10692  
    149149
    150150        /**
    151          * Pastes the tags from a homogeneous source (the {@link Main#pasteBuffer}s selection consisting
     151         * Pastes the tags from a homogeneous source (the selection consisting
    152152         * of one type of {@link OsmPrimitive}s only).
    153153         *
     
    175175                buildTags(dialog.getResolution());
    176176            } else {
    177                 // no conflicts in the source tags to resolve. Just apply the tags
    178                 // to the target primitives
    179                 //
     177                // no conflicts in the source tags to resolve. Just apply the tags to the target primitives
    180178                buildTags(tc);
    181179            }
Note: See TracChangeset for help on using the changeset viewer.