Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-03-18 10:10:23 +0000
committerEike Stepper2009-03-18 10:10:23 +0000
commit0b395a2316ad3cbf9d00a8d67b1d46a86976a9d2 (patch)
treee0694480a50ee53d2e2b6f2c3e1c02c5ec99734c /plugins/org.eclipse.emf.cdo
parent34ba5b7dba934a9d24462c0e78f9a1c4497409a3 (diff)
downloadcdo-0b395a2316ad3cbf9d00a8d67b1d46a86976a9d2.tar.gz
cdo-0b395a2316ad3cbf9d00a8d67b1d46a86976a9d2.tar.xz
cdo-0b395a2316ad3cbf9d00a8d67b1d46a86976a9d2.zip
formatting
Diffstat (limited to 'plugins/org.eclipse.emf.cdo')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java
index 0ccb4a3a9c..74c3ff435b 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOObjectImpl.java
@@ -81,7 +81,7 @@ public class CDOObjectImpl extends EStoreEObjectImpl implements InternalCDOObjec
private InternalCDORevision revision;
/**
- * CDO used this list instead of eSettings for transient objects. EMF used eSettings as cache. CDO deactivates the
+ * CDO uses this list instead of eSettings for transient objects. EMF uses eSettings as cache. CDO deactivates the
* cache but EMF still used eSettings to store list wrappers. CDO needs another place to store the real list with the
* actual data (transient mode) and accessible through EStore. This allows CDO to always use the same instance of the
* list wrapper.

Back to the top