1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-25 07:11:03 +00:00
parent d8a5f2dfb4
commit 82ffa32f82

View file

@ -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$