Remove @author tags
[Sone.git] / src / test / java / net / pterodactylus / sone / utils / IntegerRangePredicateTest.java
index b2d078e..2bea3f7 100644 (file)
@@ -4,14 +4,12 @@ import static net.pterodactylus.sone.utils.IntegerRangePredicate.range;
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.is;
 
-import net.pterodactylus.sone.TestUtil;
+import net.pterodactylus.sone.test.TestUtil;
 
 import org.junit.Test;
 
 /**
  * Unit test for {@link IntegerRangePredicate}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class IntegerRangePredicateTest {