Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / PostImpl.java
index 2b785f9..4bf4109 100644 (file)
@@ -28,8 +28,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>
  */
 public class PostImpl implements Post {