Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java
index 2a570f1eb4..dd332e4cc3 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/DefaultCDOMerger.java
@@ -44,6 +44,8 @@ import java.util.Map.Entry;
import java.util.Set;
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
* @since 3.0
*/
@@ -300,6 +302,8 @@ public class DefaultCDOMerger implements CDOMerger
}
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
*/
public static abstract class Conflict
@@ -308,6 +312,8 @@ public class DefaultCDOMerger implements CDOMerger
}
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
*/
public static class ChangedInSourceAndTargetConflict extends Conflict
@@ -346,6 +352,8 @@ public class DefaultCDOMerger implements CDOMerger
}
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
*/
public static class ChangedInSourceAndDetachedInTargetConflict extends Conflict
@@ -376,6 +384,8 @@ public class DefaultCDOMerger implements CDOMerger
}
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
*/
public static class ChangedInTargetAndDetachedInSourceConflict extends Conflict
@@ -406,6 +416,8 @@ public class DefaultCDOMerger implements CDOMerger
}
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
*/
public static class PerFeature extends DefaultCDOMerger
@@ -540,6 +552,8 @@ public class DefaultCDOMerger implements CDOMerger
}
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
*/
public static class ManyValued extends PerFeature

Back to the top