*) cleaning up after myself

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5429 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
low012 2009-01-01 19:45:15 +00:00
parent f547f9a78c
commit db1cfae3e7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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){