Ignore:
Timestamp:
2013-09-21T00:10:46+02:00 (13 years ago)
Author:
Don-vip
Message:

fix more warnings/javadoc in data.validation.tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/OverlappingAreas.java

    r5927 r6241  
    1818import org.openstreetmap.josm.tools.Utils;
    1919
     20/**
     21 * Checks if areas overlap.
     22 * @since 4448
     23 */
    2024public class OverlappingAreas extends Test {
    2125
     
    2327    protected QuadBuckets<Way> index = new QuadBuckets<Way>();
    2428
     29    /**
     30     * Constructs a new {@code OverlappingAreas} test.
     31     */
    2532    public OverlappingAreas() {
    2633        super(tr("Overlapping Areas"), tr("This test checks if areas overlap."));
Note: See TracChangeset for help on using the changeset viewer.