Hey guys, i am trying to merge documents together due to conflict. i read online here at the tutorial and tried to use it. http://developer.couchbase.com/documentation/mobile/current/develop/guides/couchbase-lite/native-api/document/index.html.
But i am stuck at this line.
Map<String, Object> mergedProps = mergeRevisions(conflicts);
what is this" mergeRevisions(conflicts);" it seems to me that its a method. what code is there inside this method?