removed not needed copyFile Method.

(same exists in Skins_p.java (there its used))


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@585 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent e569a84dc0
commit 0d912a3de9

@ -78,18 +78,6 @@ public class Language_p {
return map;
}
private static boolean copyFile(File from, File to){
if(from == null || to == null){
return false;
}
try{
serverFileUtils.copy(from, to);
return true;
}catch(IOException e){
return false;
}
}
private static boolean changeLang(serverSwitch env, String langPath, String lang){
if(lang.equals("default")){
env.setConfig("htLocaleSelection", "default");

Loading…
Cancel
Save