X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FSoneTemplatePage.java;h=e30c8f88fd3acbeab82c33a21dad4fde926e5c2b;hb=6d859b8cb7dceeebdd2d9f3b0ee12f30a230de33;hp=cca5a8da778efa7fcd5614df398b0ef86a284290;hpb=7aa50cecfed39150a02f9c4b9a64b4a33813d0a0;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java b/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java index cca5a8d..e30c8f8 100644 --- a/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java +++ b/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java @@ -37,7 +37,7 @@ import freenet.clients.http.ToadletContext; import freenet.support.api.HTTPRequest; /** - * Base page for the Freetalk web interface. + * Base page for the Sone web interface. * * @author David ‘Bombe’ Roden */ @@ -53,7 +53,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { private final boolean requireLogin; /** - * Creates a new template page for Freetalk that does not require the user + * Creates a new template page for Sone that does not require the user * to be logged in. * * @param path @@ -68,7 +68,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { } /** - * Creates a new template page for Freetalk that does not require the user + * Creates a new template page for Sone that does not require the user * to be logged in. * * @param path @@ -85,7 +85,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { } /** - * Creates a new template page for Freetalk. + * Creates a new template page for Sone. * * @param path * The path of the page @@ -101,7 +101,7 @@ public class SoneTemplatePage extends FreenetTemplatePage { } /** - * Creates a new template page for Freetalk. + * Creates a new template page for Sone. * * @param path * The path of the page