Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryPostReply.java
index 687c28a..dcb7392 100644 (file)
@@ -28,8 +28,6 @@ import com.google.common.base.Optional;
 
 /**
  * Memory-based {@link PostReply} implementation.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 class MemoryPostReply implements PostReply {