Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-03-07 21:49:52 +0000
committerMichael Rennie2006-03-07 21:49:52 +0000
commit44f98ba52bb558953cf8cd8e63fb70bbb4857686 (patch)
tree568d96aafc9fa697240b54af8e0b9bad053ea7d0 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
parent36c520f0e2d94ba570eae2611ea7ed8d4dff5626 (diff)
downloadeclipse.platform.debug-44f98ba52bb558953cf8cd8e63fb70bbb4857686.tar.gz
eclipse.platform.debug-44f98ba52bb558953cf8cd8e63fb70bbb4857686.tar.xz
eclipse.platform.debug-44f98ba52bb558953cf8cd8e63fb70bbb4857686.zip
bug fix for 74612
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
index c37424635..038ace162 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java
@@ -169,15 +169,15 @@ public interface IInternalDebugUIConstants {
* Preference for filtering launch configurations based on the currently active working sets
* @since 3.2
*/
- public static final String PREF_FILTER_WORKING_SETS = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_WORKING_SETS"; //$NON-NLS-1$
-
- /**
- * Preference for using step filters.
- *
- * @since 3.0
- */
- public static final String PREF_USE_STEP_FILTERS = IDebugUIConstants.PLUGIN_ID + ".USE_STEP_FILTERS"; //$NON-NLS-1$
+ public static final String PREF_FILTER_WORKING_SETS = IDebugUIConstants.PLUGIN_ID + ".PREF_FILTER_WORKING_SETS"; //$NON-NLS-1$
+ /**
+ * Preference for using step filters.
+ * TODO: remove once API freeze is over
+ * @since 3.2
+ */
+ public static final String PREF_USE_STEP_FILTERS = IDebugUIConstants.PLUGIN_ID + ".USE_STEP_FILTERS"; //$NON-NLS-1$
+
/**
* Transparent overlay image identifier.
*/

Back to the top