Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaspar De Groot2011-01-20 10:02:32 +0000
committerCaspar De Groot2011-01-20 10:02:32 +0000
commite0aa7ae0869d8a630103c6249fa828f7d614400c (patch)
tree135d2112fef6ee032ec55dd84f580ead0a10e398 /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util
parente07dfa7300cee92d0698720d468547e1eac5989f (diff)
downloadcdo-e0aa7ae0869d8a630103c6249fa828f7d614400c.tar.gz
cdo-e0aa7ae0869d8a630103c6249fa828f7d614400c.tar.xz
cdo-e0aa7ae0869d8a630103c6249fa828f7d614400c.zip
Testing my access rights in SVN: Can I commit?
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util/CommitIntegrityCheck.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util/CommitIntegrityCheck.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util/CommitIntegrityCheck.java
index 565d6a34d9..81b486f345 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util/CommitIntegrityCheck.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/util/CommitIntegrityCheck.java
@@ -97,8 +97,8 @@ public class CommitIntegrityCheck
// For dirty objects: if any of the deltas for the object, affect containment (i.e. object was moved)
// or a bi-di reference, ensure that for containment, both the old and new containers are included,
// (or that the child is included if we are considering the dirty parent),
- // and that for a bi-di reference, the object holding the other end of the bi-di is included, as
- // well as possibly the *former* object holding the other end.
+ // and that for a bi-di reference, the object holding the other end of the bi-di is included,
+ // as well as possibly the *former* object holding the other end.
for (CDOID dirtyID : dirtyIDs)
{
CDOObject dirtyObject = transaction.getObject(dirtyID);

Back to the top