Index: trunk/test/unit/org/openstreetmap/josm/io/NmeaReaderTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/io/NmeaReaderTest.java	(revision 9742)
+++ trunk/test/unit/org/openstreetmap/josm/io/NmeaReaderTest.java	(revision 9749)
@@ -2,5 +2,5 @@
 package org.openstreetmap.josm.io;
 
-import static junit.framework.Assert.assertEquals;
+import static org.junit.Assert.assertEquals;
 
 import java.io.FileInputStream;
@@ -9,5 +9,4 @@
 import java.util.List;
 
-import nl.jqno.equalsverifier.EqualsVerifier;
 import org.junit.Test;
 import org.openstreetmap.josm.data.coor.LatLon;
@@ -15,4 +14,6 @@
 import org.openstreetmap.josm.data.gpx.WayPoint;
 import org.openstreetmap.josm.io.NmeaReader.NMEA_TYPE;
+
+import nl.jqno.equalsverifier.EqualsVerifier;
 
 /**
Index: trunk/test/unit/org/openstreetmap/josm/io/OsmWriterTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/io/OsmWriterTest.java	(revision 9742)
+++ trunk/test/unit/org/openstreetmap/josm/io/OsmWriterTest.java	(revision 9749)
@@ -13,8 +13,14 @@
 import org.openstreetmap.josm.tools.Utils;
 
+/**
+ * Unit tests of {@link OsmWriter} class.
+ */
 public class OsmWriterTest {
 
+    /**
+     * Unit test of {@link OsmWriter#byIdComparator}.
+     */
     @Test
-    public void testByIdComparator() throws Exception {
+    public void testByIdComparator() {
 
         final List<NodeData> ids = new ArrayList<>();
