From db1cfae3e72ba169bf67344e5bf939d458fb7063 Mon Sep 17 00:00:00 2001 From: low012 Date: Thu, 1 Jan 2009 19:45:15 +0000 Subject: [PATCH] *) cleaning up after myself git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5429 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/http/httpd.java | 2 +- source/de/anomic/http/httpdFileHandler.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/de/anomic/http/httpd.java b/source/de/anomic/http/httpd.java index 60139b176..67d25e6a2 100644 --- a/source/de/anomic/http/httpd.java +++ b/source/de/anomic/http/httpd.java @@ -80,7 +80,7 @@ import de.anomic.yacy.yacyURL; /** * Instances of this class can be passed as argument to the serverCore. - * The generic server dispatches HTTP commands and calls the serverObjects + * The generic server dispatches HTTP commands and calls the * method GET, HEAD or POST in this class * these methods parse the command line and decide wether to call * a proxy servlet or a file server servlet diff --git a/source/de/anomic/http/httpdFileHandler.java b/source/de/anomic/http/httpdFileHandler.java index b31bc361e..796bea58f 100644 --- a/source/de/anomic/http/httpdFileHandler.java +++ b/source/de/anomic/http/httpdFileHandler.java @@ -197,7 +197,7 @@ public final class httpdFileHandler { return getLocalizedFile(path, switchboard.getConfig("locale.language","default")); } - /** Returns a path to the localized or default file according to the parameter localeSelectionhttp://localhost:8080/ + /** Returns a path to the localized or default file according to the parameter localeSelection * @param path relative from htroot * @param localeSelection language of localized file; locale.language from switchboard is used if localeSelection.equals("") */ public static File getLocalizedFile(final String path, final String localeSelection){