Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2012-03-18 02:45:07 +0000
committerSergey Prigogin2012-03-18 02:45:07 +0000
commitd3b2a6305b22ad712214052a8fd69c3f0c30884e (patch)
tree41fb1764bfddbbf141d608bf72e1e9ce06ad4acc
parent6f839b70112ea7cfc1da3e9aa52710bc80ad263f (diff)
downloadorg.eclipse.cdt-d3b2a6305b22ad712214052a8fd69c3f0c30884e.tar.gz
org.eclipse.cdt-d3b2a6305b22ad712214052a8fd69c3f0c30884e.tar.xz
org.eclipse.cdt-d3b2a6305b22ad712214052a8fd69c3f0c30884e.zip
Cosmetics.
-rw-r--r--core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/pdom/tests/FilesOnReindexTests.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/pdom/tests/FilesOnReindexTests.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/pdom/tests/FilesOnReindexTests.java
index c0a85089379..81c3824b6b2 100644
--- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/pdom/tests/FilesOnReindexTests.java
+++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/pdom/tests/FilesOnReindexTests.java
@@ -6,7 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Symbian - Initial implementation
+ * Symbian - Initial implementation
*******************************************************************************/
package org.eclipse.cdt.internal.pdom.tests;
@@ -33,7 +33,6 @@ import org.eclipse.core.runtime.NullProgressMonitor;
* See bugzilla
*/
public class FilesOnReindexTests extends PDOMTestBase {
-
protected ICProject project;
protected IIndex pdom;

Back to the top