Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/CommitIntegrityException.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/CommitIntegrityException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/CommitIntegrityException.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/CommitIntegrityException.java
index 121398a9d8..cc6ebea95f 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/CommitIntegrityException.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/CommitIntegrityException.java
@@ -17,8 +17,8 @@ import org.eclipse.emf.ecore.EObject;
import java.util.Set;
/**
- * A {@link CommitException commit exception} that indicates referential integrity problems with
- * {@link CDOTransaction#setCommittables(Set) partial commits} before the server is contacted.
+ * A local {@link DataIntegrityException data integrity exception} that indicates that the subset of object modifications in a
+ * {@link CDOTransaction#setCommittables(Set) partial commit} is inconsistent.
*
* @author Caspar De Groot
* @since 4.0

Back to the top