1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-05-30 05:10:26 +00:00
parent 8d5b9371c1
commit 06c859eb03

View file

@ -48,12 +48,10 @@ import org.eclipse.cdt.internal.ui.text.CTextTools;
* Testing the auto indent strategies.
*/
public class CAutoIndentTest extends AbstractAutoEditTest {
private HashMap<String, String> fOptions;
private List<IStatus> fStatusLog;
private ILogListener fLogListener;
/**
* @param name
*/
@ -85,7 +83,7 @@ public class CAutoIndentTest extends AbstractAutoEditTest {
if (plugin != null) {
plugin.getLog().addLogListener(fLogListener);
}
}
}
/*
* @see junit.framework.TestCase#tearDown()