Fix more project names in headers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / page / PageToadlet.java
index 6d4b8a6..f594e58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * shortener - PageToadlet.java - Copyright © 2010 David Roden
+ * Sone - PageToadlet.java - Copyright © 2010 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
@@ -35,7 +35,7 @@ import freenet.support.io.Closer;
 
 /**
  * {@link Toadlet} implementation that is wrapped around a {@link Page}.
- * 
+ *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class PageToadlet extends Toadlet implements LinkEnabledCallback {
@@ -51,8 +51,9 @@ public class PageToadlet extends Toadlet implements LinkEnabledCallback {
 
        /**
         * Creates a new toadlet that hands off processing to a {@link Page}.
-        * 
+        *
         * @param highLevelSimpleClient
+        *            The high-level simple client
         * @param menuName
         *            The name of the menu item
         * @param page
@@ -70,7 +71,7 @@ public class PageToadlet extends Toadlet implements LinkEnabledCallback {
 
        /**
         * Returns the name to display in the menu.
-        * 
+        *
         * @return The name in the menu
         */
        public String getMenuName() {
@@ -87,7 +88,7 @@ public class PageToadlet extends Toadlet implements LinkEnabledCallback {
 
        /**
         * Handles a HTTP GET request.
-        * 
+        *
         * @param uri
         *            The URI of the request
         * @param httpRequest
@@ -105,7 +106,7 @@ public class PageToadlet extends Toadlet implements LinkEnabledCallback {
 
        /**
         * Handles a HTTP POST request.
-        * 
+        *
         * @param uri
         *            The URI of the request
         * @param httpRequest
@@ -131,7 +132,7 @@ public class PageToadlet extends Toadlet implements LinkEnabledCallback {
 
        /**
         * Handles a HTTP request.
-        * 
+        *
         * @param pageRequest
         *            The request to handle
         * @throws IOException