Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

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

    r6639 r6830  
    300300    }
    301301
    302     // Adds the menu entry, Shortcuts, etc.
     302    /**
     303     * Constructs a new {@code JoinAreasAction}.
     304     */
    303305    public JoinAreasAction() {
    304306        super(tr("Join overlapping Areas"), "joinareas", tr("Joins areas that overlap each other"),
     
    399401     * Tests if the areas have some intersections to join.
    400402     * @param areas Areas to test
    401      * @return @{code true} if areas are joinable
     403     * @return {@code true} if areas are joinable
    402404     */
    403405    private boolean testJoin(List<Multipolygon> areas) {
Note: See TracChangeset for help on using the changeset viewer.