Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchViewPresentationPreferences.java')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchViewPresentationPreferences.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchViewPresentationPreferences.java b/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchViewPresentationPreferences.java
index 4c12cb5f208..8a9cf1ef6fc 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchViewPresentationPreferences.java
+++ b/plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/widgets/xBranch/BranchViewPresentationPreferences.java
@@ -48,10 +48,10 @@ public class BranchViewPresentationPreferences {
private boolean disposed;
public BranchViewPresentationPreferences(BranchView branchView) {
- this.preferencesService = Platform.getPreferencesService();
- this.preferenceChangeListener = null;
+ preferencesService = Platform.getPreferencesService();
+ preferenceChangeListener = null;
this.branchView = branchView;
- this.disposed = false;
+ disposed = false;
IEclipsePreferences instanceNode =
(IEclipsePreferences) preferencesService.getRootNode().node(InstanceScope.SCOPE);

Back to the top