Ignore:
Timestamp:
2014-02-24T17:49:12+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc/code style/minor refactorization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/DuplicateNodeTest.java

    r6471 r6881  
    77import org.junit.Test;
    88import org.openstreetmap.josm.Main;
    9 import org.openstreetmap.josm.data.Preferences;
    109import org.openstreetmap.josm.data.coor.LatLon;
    1110import org.openstreetmap.josm.data.osm.DataSet;
     
    1514
    1615/**
    17  * JUnit Test of "Duplicate node" validation test. 
     16 * JUnit Test of "Duplicate node" validation test.
    1817 */
    1918public class DuplicateNodeTest {
    2019
    2120    /**
    22      * Setup test by initializing JOSM preferences and projection. 
     21     * Setup test by initializing JOSM preferences and projection.
    2322     */
    2423    @BeforeClass
     
    4443        test.visit(ds.allPrimitives());
    4544        test.endTest();
    46        
     45
    4746        assertEquals(1, test.getErrors().size());
    4847    }
Note: See TracChangeset for help on using the changeset viewer.