Remove @author tags
[Sone.git] / src / test / java / net / pterodactylus / sone / test / Dirty.java
index def311a..c7d351c 100644 (file)
@@ -8,8 +8,6 @@ import java.lang.annotation.Target;
 
 /**
  * This annotation marks test methods that are somehow not good test methods.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 @Retention(SOURCE)
 @Target(METHOD)