mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
d8a5f2dfb4
commit
82ffa32f82
1 changed files with 1 additions and 3 deletions
|
@ -17,10 +17,8 @@ import org.eclipse.cdt.internal.ui.refactoring.utils.PseudoNameGenerator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Mirko Stocker
|
* @author Mirko Stocker
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public class PseudoNameGeneratorTest extends TestCase {
|
public class PseudoNameGeneratorTest extends TestCase {
|
||||||
|
|
||||||
private static final String CHAR2 = "char2"; //$NON-NLS-1$
|
private static final String CHAR2 = "char2"; //$NON-NLS-1$
|
||||||
private static final String INT3 = "int3"; //$NON-NLS-1$
|
private static final String INT3 = "int3"; //$NON-NLS-1$
|
||||||
private static final String INT2 = "int2"; //$NON-NLS-1$
|
private static final String INT2 = "int2"; //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue