git-svn-id: https://osmand.googlecode.com/svn/trunk@304 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
Victor Shcherb 2010-07-08 13:29:42 +00:00
parent 51f3aaf8da
commit ff38418d90

View file

@ -31,7 +31,7 @@ public class DownloaderIndexFromGoogleCode {
private static StringBuilder getContent() {
try {
URL url = new URL("http://code.google.com/p/osmand/downloads/list"); //$NON-NLS-1$
URL url = new URL("http://code.google.com/p/osmand/downloads/list?num=500&start=0"); //$NON-NLS-1$
BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));
StringBuilder b = new StringBuilder();