Update upload to google process

This commit is contained in:
Victor Shcherb 2012-04-03 23:44:45 +02:00
parent 04c78b4120
commit 4c2e8051f6

View file

@ -127,8 +127,8 @@ public class DownloaderIndexFromGoogleCode {
return prevFile;
}
public static Map<String, String> getIndexFiles(Map<String, String> files, String... ext){
return getContent(files, ext);
public static Map<String, String> getIndexFiles(Map<String, String> files){
return getContent(files, "voice.zip", "poi.zip", "obf", "obf.zip", "poi.odb");
}
public static URL getInputStreamToLoadIndex(String indexName) throws IOException{