Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Bokowski2008-04-07 21:16:18 +0000
committerBoris Bokowski2008-04-07 21:16:18 +0000
commitd3bf99c9f9401aaed4ffefc9ec51cd3fcd71a4b3 (patch)
treedce34048fe10abb372b80c4c8e0ccdde9b56b04e /bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java
parent027ace4e725b6b8430b95c29983399b17d976b3b (diff)
downloadeclipse.platform.ui-d3bf99c9f9401aaed4ffefc9ec51cd3fcd71a4b3.tar.gz
eclipse.platform.ui-d3bf99c9f9401aaed4ffefc9ec51cd3fcd71a4b3.tar.xz
eclipse.platform.ui-d3bf99c9f9401aaed4ffefc9ec51cd3fcd71a4b3.zip
Bug 225601 Adopt API tooling for UI bundlesv20080408-0800
Diffstat (limited to 'bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java')
-rw-r--r--bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java b/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java
index 83dc4d206c6..ec86de57259 100644
--- a/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java
+++ b/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ComputedValue.java
@@ -206,6 +206,9 @@ public abstract class ComputedValue extends AbstractObservableValue {
}
// this method exists here so that we can call it from the runnable below.
+ /**
+ * @since 1.1
+ */
protected boolean hasListeners() {
return super.hasListeners();
}

Back to the top