From 097b3486b58ce5eca570195c9bd0d470f0f63e91 Mon Sep 17 00:00:00 2001 From: josemp10 Date: Sun, 18 Mar 2018 18:05:33 +0100 Subject: [PATCH] Incrementing travis time and removing a comment --- .travis.yml | 2 +- .../hisp/dhis/android/core/calls/TrackerEntitiesDataCall.java | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5995e047b..7b2e6b56b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ branches: - develop script: -- travis_wait 60 "./build.sh" +- travis_wait 70 "./build.sh" before_script: - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a diff --git a/core/src/main/java/org/hisp/dhis/android/core/calls/TrackerEntitiesDataCall.java b/core/src/main/java/org/hisp/dhis/android/core/calls/TrackerEntitiesDataCall.java index 2d2c063f6a..e652cfe4fe 100644 --- a/core/src/main/java/org/hisp/dhis/android/core/calls/TrackerEntitiesDataCall.java +++ b/core/src/main/java/org/hisp/dhis/android/core/calls/TrackerEntitiesDataCall.java @@ -105,9 +105,7 @@ public Response call() throws Exception { transaction.end(); } } - - //TODO We may need to refactor the code here. Right now it is not very optimize. - // We need a better sync mechanism, based on? lastupdated? + private Response trackerCall(Date serverDate) throws Exception { Response response = null;