🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / template / GetPagePlugin.java
index 4c8f3d5..172b4b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Sone - GetPagePlugin.java - Copyright Â© 2010–2016 David Roden
+ * Sone - GetPagePlugin.java - Copyright Â© 2010–2019 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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}.
 /**
  * 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 {
 
  */
 public class GetPagePlugin implements Plugin {