plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/internal/projects/StaticIncludePathProvider.java
changeset 484 f5df819c1852
parent 470 d4809db37847
child 489 8dc379deac15
--- a/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/internal/projects/StaticIncludePathProvider.java	Thu Sep 02 10:50:38 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/internal/projects/StaticIncludePathProvider.java	Thu Sep 02 15:18:58 2010 -0700
@@ -38,8 +38,8 @@
     private final IConfigurationElement element;
     private IIncludePathEntry[] entries;
 
-    public StaticIncludePathProvider(IConfigurationElement element) {
-        this.element = element;
+    public StaticIncludePathProvider(IConfigurationElement configurationElement) {
+        this.element = configurationElement;
     }
 
     public IIncludePathEntry[] getEntries(ITMWProject project) {