Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / template / ImageLinkFilter.java
index 511baf8..4742ae3 100644 (file)
@@ -39,8 +39,6 @@ import com.google.common.base.Optional;
 /**
  * Template filter that turns an {@link Image} into an HTML <img> tag,
  * using some parameters to influence parameters of the image.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class ImageLinkFilter implements Filter {