Changeset 10904 in josm


Ignore:
Timestamp:
2016-08-27T12:44:53+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13460 - checkstyle, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java

    r10901 r10904  
    2222import org.openstreetmap.josm.io.OsmReader;
    2323
     24/**
     25 * Unit tests of {@link QuadBuckets}.
     26 */
    2427public class QuadBucketsTest {
    2528
     
    9497    /**
    9598     * Test handling of objects with invalid bbox
    96      * @throws Exception
    9799     */
    98100    @Test
    99     public void testSpecialBBox() throws Exception {
     101    public void testSpecialBBox() {
    100102        QuadBuckets<Node> qbNodes = new QuadBuckets<>();
    101103        QuadBuckets<Way> qbWays = new QuadBuckets<>();
Note: See TracChangeset for help on using the changeset viewer.