From 6d859b8cb7dceeebdd2d9f3b0ee12f30a230de33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 16 Apr 2011 16:42:24 +0200 Subject: [PATCH] Remove references to Freetalk. The web interface was originally created for Freetalk but never completed there. --- src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.7.4