Index: trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java	(revision 15397)
+++ trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java	(revision 15398)
@@ -710,7 +710,7 @@
     * Returns minimum and maximum timestamps for all tracks
     * Warning: there are lot of track with broken timestamps,
-    * so we just ingore points from future and from year before 1970 in this method
-    * works correctly @since 5815
+    * so we just ignore points from future and from year before 1970 in this method
     * @return minimum and maximum dates in array of 2 elements
+    * @since 7319
     */
     public synchronized Date[] getMinMaxTimeForAllTracks() {
Index: trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java	(revision 15397)
+++ trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java	(revision 15398)
@@ -16,5 +16,5 @@
 import javax.swing.JScrollPane;
 
-import org.junit.BeforeClass;
+import org.junit.Before;
 import org.junit.Rule;
 import org.junit.Test;
@@ -48,6 +48,6 @@
      * Setup test
      */
-    @BeforeClass
-    public static void beforeClass() {
+    @Before
+    public void before() {
         // Make sure we don't rely on a specific country, for distance units
         Locale.setDefault(Locale.ENGLISH);
