Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-07-20 12:04:17 +0000
committerEike Stepper2009-07-20 12:04:17 +0000
commitad9eae1a61f0735c8a69cc289f86174fd4191cfa (patch)
treef87a39e0e9e0a04fbd503163d8079d1c5db74e87 /plugins
parent170f482ad9fedda295d6bccfea1f8c4e3f51e30f (diff)
downloadcdo-ad9eae1a61f0735c8a69cc289f86174fd4191cfa.tar.gz
cdo-ad9eae1a61f0735c8a69cc289f86174fd4191cfa.tar.xz
cdo-ad9eae1a61f0735c8a69cc289f86174fd4191cfa.zip
[276845] Develop A CDORevisionCache that uses the file system
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java
index 236241b7a4..a90de41958 100644
--- a/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java
+++ b/plugins/org.eclipse.emf.cdo.common.db/src/org/eclipse/emf/cdo/common/db/CDOCommonDBUtil.java
@@ -47,7 +47,6 @@ public final class CDOCommonDBUtil
cache.setListFactory(listFactory);
cache.setPackageRegistry(packageRegistry);
cache.setRevisionManager(revisionManager);
-
return cache;
}
}

Back to the top