updated the bidforfix josm link
This commit is contained in:
parent
8fc5284837
commit
00e5b26e58
1 changed files with 1 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue