Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-02-16 12:30:23 +0000
committerEike Stepper2016-02-16 12:30:23 +0000
commit575951a1cad4dbddf610c8290b6bf7f7831c4061 (patch)
tree5352422391cc12975380cb9078419b15c3422a06 /plugins/org.eclipse.emf.cdo.explorer
parent1f70c6f6785d44bf46eb1b08be13980027eeaa2e (diff)
downloadcdo-575951a1cad4dbddf610c8290b6bf7f7831c4061.tar.gz
cdo-575951a1cad4dbddf610c8290b6bf7f7831c4061.tar.xz
cdo-575951a1cad4dbddf610c8290b6bf7f7831c4061.zip
[486458] Provide support for optimized loading and notifying of object units
https://bugs.eclipse.org/bugs/show_bug.cgi?id=486458
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.explorer')
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer/src/org/eclipse/emf/cdo/internal/explorer/bundle/OM.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.explorer/src/org/eclipse/emf/cdo/internal/explorer/bundle/OM.java b/plugins/org.eclipse.emf.cdo.explorer/src/org/eclipse/emf/cdo/internal/explorer/bundle/OM.java
index 237662e6c4..01fb2827a9 100644
--- a/plugins/org.eclipse.emf.cdo.explorer/src/org/eclipse/emf/cdo/internal/explorer/bundle/OM.java
+++ b/plugins/org.eclipse.emf.cdo.explorer/src/org/eclipse/emf/cdo/internal/explorer/bundle/OM.java
@@ -38,7 +38,8 @@ public abstract class OM
public static final OMLogger LOG = BUNDLE.logger();
- private static final String STATE_LOCATION = System.getProperty("org.eclipse.emf.cdo.explorer.stateLocation");
+ private static final String STATE_LOCATION = OMPlatform.INSTANCE
+ .getProperty("org.eclipse.emf.cdo.explorer.stateLocation");
private static String stateLocation;

Back to the top