Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlyn Normington2011-10-31 16:45:00 +0000
committerGlyn Normington2011-10-31 16:45:00 +0000
commit5e57dc637c67e29ca6e298221c3b53fc52a9fd47 (patch)
treeb1ff41b8bf65bc8f49bf1c78587be0d67480a7ca
parentc5ade3e394129a77b0bc36c56accfc6a8472df2c (diff)
downloadrt.equinox.bundles-5e57dc637c67e29ca6e298221c3b53fc52a9fd47.tar.gz
rt.equinox.bundles-5e57dc637c67e29ca6e298221c3b53fc52a9fd47.tar.xz
rt.equinox.bundles-5e57dc637c67e29ca6e298221c3b53fc52a9fd47.zip
Add todo to make sure I have commit rights
-rw-r--r--bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java
index db539e34b..5904537a2 100644
--- a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java
+++ b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java
@@ -40,6 +40,7 @@ final class BundleIdBasedRegion implements Region {
// It should be considered a global lock on the complete digraph.
private final Object globalUpdateMonitor;
private final AtomicLong globalTimeStamp;
+ //TODO: avoid sharing this map across classes.
private final Map<Long, Region> globalBundleToRegion;
private final String regionName;

Back to the top