1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-07-17 18:01:06 +00:00
parent 3fdead487b
commit afc026fcd3
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ import org.eclipse.cdt.internal.ui.util.ExceptionHandler;
/**
* Adds an include statement and, optionally, a 'using' declaration for the currently
* selected name.
* selected name.
*/
public class AddIncludeOnSelectionAction extends TextEditorAction {
public static boolean sIsJUnitTest = false;

View file

@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
* Sergey Prigogin, Google
* Sergey Prigogin (Google)
* Anton Leherbauer (Wind River Systems)
*******************************************************************************/
package org.eclipse.cdt.internal.ui.text;