fix compilation error
git-svn-id: https://osmand.googlecode.com/svn/trunk@765 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
22519e0650
commit
61c6b08675
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class DownloaderIndexFromGoogleCode {
|
|||
* @throws IOException
|
||||
*/
|
||||
public static void main(String[] args) throws URISyntaxException, IOException {
|
||||
Map<String, String> files = DownloaderIndexFromGoogleCode.getIndexFiles(new LinkedHashMap<String, String>(),
|
||||
Map<String, String> files = DownloaderIndexFromGoogleCode.getContent(new LinkedHashMap<String, String>(),
|
||||
BINARY_MAP_VERSION + BINARY_MAP_INDEX_EXT,
|
||||
BINARY_MAP_VERSION + BINARY_MAP_INDEX_EXT_ZIP,
|
||||
VOICE_VERSION + VOICE_INDEX_EXT_ZIP);
|
||||
|
|
Loading…
Reference in a new issue