Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / MemoryPost.java
index 724c627..e0f83c2 100644 (file)
@@ -30,8 +30,6 @@ import com.google.common.base.Optional;
 /**
  * A post is a short message that a user writes in his Sone to let other users
  * know what is going on.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 class MemoryPost implements Post {