mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Cosmetics.
This commit is contained in:
parent
3fdead487b
commit
afc026fcd3
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ import org.eclipse.cdt.internal.ui.util.ExceptionHandler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds an include statement and, optionally, a 'using' declaration for the currently
|
* Adds an include statement and, optionally, a 'using' declaration for the currently
|
||||||
* selected name.
|
* selected name.
|
||||||
*/
|
*/
|
||||||
public class AddIncludeOnSelectionAction extends TextEditorAction {
|
public class AddIncludeOnSelectionAction extends TextEditorAction {
|
||||||
public static boolean sIsJUnitTest = false;
|
public static boolean sIsJUnitTest = false;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* IBM Corporation - initial API and implementation
|
* IBM Corporation - initial API and implementation
|
||||||
* Sergey Prigogin, Google
|
* Sergey Prigogin (Google)
|
||||||
* Anton Leherbauer (Wind River Systems)
|
* Anton Leherbauer (Wind River Systems)
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.ui.text;
|
package org.eclipse.cdt.internal.ui.text;
|
||||||
|
|
Loading…
Add table
Reference in a new issue