mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Fix missing since-tags.
This commit is contained in:
parent
536750e72b
commit
bd74cf6716
2 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ import org.eclipse.cdt.internal.ui.refactoring.extractlocalvariable.ExtractLocal
|
|||
|
||||
/**
|
||||
* Launches a extract local variable refactoring.
|
||||
* @since 5.1
|
||||
*/
|
||||
public class ExtractLocalVariableAction extends RefactoringAction {
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@ public class Messages extends NLS {
|
|||
public static String CRefactoringActionGroup_menu;
|
||||
public static String CRenameAction_label;
|
||||
public static String ExtractConstantAction_label;
|
||||
/**
|
||||
* @since 5.1
|
||||
*/
|
||||
public static String ExtractLocalVariableAction_label;
|
||||
public static String ExtractFunctionAction_label;
|
||||
public static String HideMethodAction_label;
|
||||
|
|
Loading…
Add table
Reference in a new issue