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
|
@ -7,7 +7,7 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Institute for Software - initial API and implementation
|
* Institute for Software - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.ui.tests.refactoring.utils;
|
package org.eclipse.cdt.ui.tests.refactoring.utils;
|
||||||
|
|
||||||
|
@ -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