Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / template / GetPagePlugin.java
index 4c8f3d5..eccf020 100644 (file)
@@ -27,8 +27,6 @@ import net.pterodactylus.util.web.Request;
 /**
  * Extracts a page number from a {@link Request}’s parameters and stores it in
  * the {@link TemplateContext}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class GetPagePlugin implements Plugin {