updated the bidforfix josm link

This commit is contained in:
Pavol Zibrita 2011-10-03 13:32:52 +02:00
parent 8fc5284837
commit 00e5b26e58

View file

@ -10,7 +10,6 @@ import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import net.osmand.plus.R;
import org.json.JSONArray;
import org.json.JSONException;
@ -105,9 +104,7 @@ public class BidForFixHelper {
private void loadList() {
if (initialized == null || initialized.before(new Date(System.currentTimeMillis()-DAY))) {
BufferedReader in = null;
String project = "demo.bidforfix.com"; // TODO for testing...
String url = "http://bidforfix-test.appspot.com/p/"
+ project + "/issues/";
String url = "http://www.bidforfix.com/p/" + project + "/issues/";
try {
URL twitter = new URL(url);
URLConnection tc = twitter.openConnection();