Class ConflictValidator

java.lang.Object
org.apache.jackrabbit.oak.spi.commit.DefaultValidator
org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
All Implemented Interfaces:
Editor, Validator

public class ConflictValidator extends DefaultValidator
Validator which checks the presence of conflict markers in the tree in fails the commit if any are found.
See Also: