Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / template / UniqueElementFilter.java
index 2ca695b..4705e6f 100644 (file)
@@ -27,8 +27,6 @@ import net.pterodactylus.util.template.TemplateContext;
 
 /**
  * Filter that reduces a collection to a {@link Set}, removing duplicates.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class UniqueElementFilter implements Filter {