Correct logic for handling results of sync.
commit262bed2f19aa4816802af9e08bdbbfa36468d829
authorAndrew McMillan <andrew@morphoss.com>
Wed, 8 Aug 2012 00:22:31 +0000 (8 12:22 +1200)
committerAndrew McMillan <andrew@morphoss.com>
Wed, 8 Aug 2012 00:22:31 +0000 (8 12:22 +1200)
tree60849277c48323f14cb06d3fdd6b649d79567253
parenta2241b37bc70547d4584a93e735a4e88be002412
Correct logic for handling results of sync.

Essentially we can only return true if we actually update the data
into the table.  All other cases will return false, but sometimes we
can still put useful stuff in there even if we didn't get the actual
data.
src/com/morphoss/acal/database/resourcesmanager/requests/RRInitialCollectionSync.java