Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-01-23 07:45:03 +0000
committerDani Megert2016-01-23 07:45:03 +0000
commit6196efec69002c56accc4ece2df16f96e0c8ea99 (patch)
tree6ab581f2ddf18d6f101536bff1c5d82b7126e53f /org.eclipse.ui.intro/src
parent8124ef1b34163de3a3e4a6f3c39f2045a25ceffc (diff)
downloadeclipse.platform.ua-6196efec69002c56accc4ece2df16f96e0c8ea99.tar.gz
eclipse.platform.ua-6196efec69002c56accc4ece2df16f96e0c8ea99.tar.xz
eclipse.platform.ua-6196efec69002c56accc4ece2df16f96e0c8ea99.zip
Clean up after bug 431704I20160124-2000
Diffstat (limited to 'org.eclipse.ui.intro/src')
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IntroConfigurer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IntroConfigurer.java b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IntroConfigurer.java
index 0663141e2..6fb63b9f1 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IntroConfigurer.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/IntroConfigurer.java
@@ -1,5 +1,5 @@
/***************************************************************************************************
- * Copyright (c) 2006 IBM Corporation and others. All rights reserved. This program and the
+ * Copyright (c) 2006, 2016 IBM Corporation and others. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
@@ -36,7 +36,7 @@ public abstract class IntroConfigurer {
protected Map themeProperties;
protected IIntroSite site;
- protected IntroModelRoot model;
+ private IntroModelRoot model;
/**
* Provides the opportunity for the configurer to contribute to the action bars and to fetch

Back to the top