1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-28 05:06:01 +00:00
parent f651a8baa6
commit 0b9b777534

View file

@ -22,7 +22,6 @@ import org.eclipse.cdt.ui.tests.refactoring.RefactoringTester;
* @author Tom Ball * @author Tom Ball
*/ */
public class ExtractLocalVariableTestSuite extends TestSuite { public class ExtractLocalVariableTestSuite extends TestSuite {
@SuppressWarnings("nls") @SuppressWarnings("nls")
public static Test suite() throws Exception { public static Test suite() throws Exception {
TestSuite suite = new ExtractLocalVariableTestSuite(); TestSuite suite = new ExtractLocalVariableTestSuite();