Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / text / PostPart.java
index e70448f..91ecf07 100644 (file)
@@ -25,8 +25,6 @@ import net.pterodactylus.sone.data.Post;
 
 /**
  * {@link Part} implementation that stores a reference to a {@link Post}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class PostPart implements Part {