Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java
index 9489da718..27389d0b5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java
@@ -202,10 +202,10 @@ public class LaunchPerspectivePreferencePage extends PreferencePage implements I
/**
* Caches
*/
- private static String[] fgPerspectiveLabels = null;
- private static Map<String, String> fgPerspectiveIdMap = null;
- private static HashSet<PerspectiveChange> fgChangeSet = null;
- private static HashSet<Object> fgCurrentWorkingContext = null;
+ private String[] fgPerspectiveLabels = null;
+ private Map<String, String> fgPerspectiveIdMap = null;
+ private HashSet<PerspectiveChange> fgChangeSet = null;
+ private HashSet<Object> fgCurrentWorkingContext = null;
/**
* A default selection listener to be reused by all combo boxes presenting perspective data

Back to the top