Remove @author tags
[Sone.git] / src / test / java / net / pterodactylus / sone / utils / DefaultOptionTest.java
index b02d530..8e6a93c 100644 (file)
@@ -6,15 +6,11 @@ import static org.hamcrest.Matchers.nullValue;
 
 import javax.annotation.Nullable;
 
-import net.pterodactylus.sone.utils.DefaultOption;
-
 import com.google.common.base.Predicate;
 import org.junit.Test;
 
 /**
  * Unit test for {@link DefaultOption}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class DefaultOptionTest {