Update to new system
This commit is contained in:
parent
9da2d6e0e6
commit
398ebe5735
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ public class IncrementalChangesManager {
|
||||||
|
|
||||||
private List<IncrementalUpdate> getIncrementalUpdates(String file, long timestamp) throws IOException,
|
private List<IncrementalUpdate> getIncrementalUpdates(String file, long timestamp) throws IOException,
|
||||||
XmlPullParserException {
|
XmlPullParserException {
|
||||||
String url = URL + "?timestamp=" + timestamp + "&file=" + URLEncoder.encode(file);
|
String url = URL + "?aosmc=true×tamp=" + timestamp + "&file=" + URLEncoder.encode(file);
|
||||||
HttpURLConnection conn = NetworkUtils.getHttpURLConnection(url);
|
HttpURLConnection conn = NetworkUtils.getHttpURLConnection(url);
|
||||||
XmlPullParser parser = PlatformUtil.newXMLPullParser();
|
XmlPullParser parser = PlatformUtil.newXMLPullParser();
|
||||||
parser.setInput(conn.getInputStream(), "UTF-8");
|
parser.setInput(conn.getInputStream(), "UTF-8");
|
||||||
|
|
Loading…
Reference in a new issue