Update upload to google process
This commit is contained in:
parent
04c78b4120
commit
4c2e8051f6
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue