@@ -118,7 +118,7 @@ public class SynchronizationService extends Service implements OnRemoteOperation
privatevoidstartWorker(intthreadIndex){
if(syncedRequestQueue.isEmpty())return;
if(!threadWorkingState[threadIndex]&&CommonUtils.haveNetworkConnexion(getApplicationContext())){//check if the thread corresponding to threadIndex isn't already working
if(!threadWorkingState[threadIndex]&&CommonUtils.haveNetworkConnection(getApplicationContext())){//check if the thread corresponding to threadIndex isn't already working
finalSyncRequestrequest=this.syncedRequestQueue.poll();//return null if deque is empty