mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
78ec6b8ebe
commit
ba686ec199
2 changed files with 3 additions and 3 deletions
|
@ -39,8 +39,7 @@ public class ExtractConstantRefactoringDescriptor extends CRefactoringDescriptor
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public CRefactoring createRefactoring(RefactoringStatus status)
|
public CRefactoring createRefactoring(RefactoringStatus status) throws CoreException {
|
||||||
throws CoreException {
|
|
||||||
ISelection selection = getSelection();
|
ISelection selection = getSelection();
|
||||||
ICProject project = getCProject();
|
ICProject project = getCProject();
|
||||||
ExtractConstantRefactoring refactoring =
|
ExtractConstantRefactoring refactoring =
|
||||||
|
|
|
@ -31,7 +31,8 @@ public class HideMethodRefactoringDescriptor extends CRefactoringDescriptor {
|
||||||
|
|
||||||
public HideMethodRefactoringDescriptor(String project, String description, String comment,
|
public HideMethodRefactoringDescriptor(String project, String description, String comment,
|
||||||
Map<String, String> arguments) {
|
Map<String, String> arguments) {
|
||||||
super(HideMethodRefactoring.ID, project, description, comment, RefactoringDescriptor.STRUCTURAL_CHANGE, arguments);
|
super(HideMethodRefactoring.ID, project, description, comment,
|
||||||
|
RefactoringDescriptor.STRUCTURAL_CHANGE, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue