Remove @author tags
[Sone.git] / src / test / java / net / pterodactylus / sone / test / TestValue.java
index 454163e..d7e8759 100644 (file)
@@ -12,8 +12,6 @@ import com.google.common.base.Objects;
 
 /**
  * Simple {@link Value} implementation.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class TestValue<T> implements Value<T> {