Index: /trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java	(revision 10903)
+++ /trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java	(revision 10904)
@@ -22,4 +22,7 @@
 import org.openstreetmap.josm.io.OsmReader;
 
+/**
+ * Unit tests of {@link QuadBuckets}.
+ */
 public class QuadBucketsTest {
 
@@ -94,8 +97,7 @@
     /**
      * Test handling of objects with invalid bbox
-     * @throws Exception
      */
     @Test
-    public void testSpecialBBox() throws Exception {
+    public void testSpecialBBox() {
         QuadBuckets<Node> qbNodes = new QuadBuckets<>();
         QuadBuckets<Way> qbWays = new QuadBuckets<>();
