Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-04-19 07:40:35 +0000
committerEike Stepper2016-04-19 07:40:35 +0000
commite164a8f10f412b2d282228f27bf134ad941f404b (patch)
tree30cb36e175a3c40ac41bbf1544844b747920e5d4
parentbebf66c61e82d4f9af3e62af8a1ff05b17d3c707 (diff)
downloadcdo-e164a8f10f412b2d282228f27bf134ad941f404b.tar.gz
cdo-e164a8f10f412b2d282228f27bf134ad941f404b.tar.xz
cdo-e164a8f10f412b2d282228f27bf134ad941f404b.zip
[491859] Referential integrity check fails when container is changed and previous container is deleted
https://bugs.eclipse.org/bugs/show_bug.cgi?id=491859
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_491859_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_491859_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_491859_Test.java
index b2bbc85e40..cc6255cda9 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_491859_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_491859_Test.java
@@ -26,7 +26,7 @@ import base.Document;
import base.Element;
/**
- * Bug 491859 - Referential integrity check fails when container is changed and previsous container is deleted
+ * Bug 491859 - Referential integrity check fails when container is changed and previous container is deleted
*
* @author Eike Stepper
*/

Back to the top