Class JcrLastModifiedConflictHandler

java.lang.Object
org.apache.jackrabbit.oak.plugins.commit.DefaultThreeWayConflictHandler
org.apache.jackrabbit.oak.plugins.commit.JcrLastModifiedConflictHandler
All Implemented Interfaces:
ThreeWayConflictHandler

public class JcrLastModifiedConflictHandler extends DefaultThreeWayConflictHandler
Conflict Handler that merges concurrent updates to org.apache.jackrabbit.JcrConstants.JCR_LASTMODIFIED by picking the older of the 2 conflicting dates and org.apache.jackrabbit.JcrConstants.JCR_CREATED by picking the newer of the 2 conflicting dates.