Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
index f7ee19d52..bd61a3bd7 100644
--- a/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
+++ b/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/Policy.java
@@ -267,6 +267,7 @@ public class Policy {
*
* @return <code>true</code> if the results should be filtered
* and <code>false</code> otherwise.
+ * @since 2.1
*/
public boolean getFilterOnEnv() {
return filterOnEnv;
@@ -278,6 +279,7 @@ public class Policy {
*
* @param filterOnEnv <code>true</code> if the results should be filtered
* and <code>false</code> otherwise.
+ * @since 2.1
*/
public void setFilterOnEnv(boolean filterOnEnv) {
this.filterOnEnv = filterOnEnv;

Back to the top