Index: trunk/test/unit/org/openstreetmap/TestUtils.java
===================================================================
--- trunk/test/unit/org/openstreetmap/TestUtils.java	(revision 6601)
+++ trunk/test/unit/org/openstreetmap/TestUtils.java	(revision 6881)
@@ -2,5 +2,10 @@
 package org.openstreetmap;
 
-import org.junit.Before;
+import static org.hamcrest.CoreMatchers.is;
+import static org.junit.Assert.assertThat;
+import static org.junit.Assert.assertTrue;
+
+import java.util.Map;
+
 import org.junit.Test;
 import org.openstreetmap.josm.Main;
@@ -10,10 +15,4 @@
 import org.openstreetmap.josm.data.osm.Way;
 import org.openstreetmap.josm.tools.TextTagParser;
-
-import java.util.Map;
-
-import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
-import static org.junit.Assert.assertTrue;
 
 public class TestUtils {
