Class DefaultConflictHandler

java.lang.Object
org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
All Implemented Interfaces:
ConflictHandler, PartialConflictHandler

@Deprecated public class DefaultConflictHandler extends Object implements ConflictHandler
Deprecated.
This implementation of a ConflictHandler always returns the same resolution. It can be used to implement default behaviour or as a base class for more specialised implementations.