* Updates a single Note with data from the server, (if it was not modified locally).
* Thereby, an optimistic concurrency control is realized in order to prevent conflicts arising due to parallel changes from the UI and synchronization.
@@ -551,7 +559,7 @@ public class NotesDatabase extends AbstractNotesDatabase {
SQLiteDatabasedb=this.getWritableDatabase();
// First, update the remote ID, since this field cannot be changed in parallel, but have to be updated always.