mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
Cosmetics.
This commit is contained in:
parent
73def3b95b
commit
d3e6580734
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ public abstract class RefactoringRunner2 {
|
||||||
protected final ICProject project;
|
protected final ICProject project;
|
||||||
protected final RefactoringStarter starter;
|
protected final RefactoringStarter starter;
|
||||||
|
|
||||||
public RefactoringRunner2(ICElement element, ISelection selection,
|
public RefactoringRunner2(ICElement element, ISelection selection, IShellProvider shellProvider,
|
||||||
IShellProvider shellProvider, ICProject cProject) {
|
ICProject cProject) {
|
||||||
this.selection = selection;
|
this.selection = selection;
|
||||||
this.element= element;
|
this.element= element;
|
||||||
this.shellProvider= shellProvider;
|
this.shellProvider= shellProvider;
|
||||||
|
|
Loading…
Add table
Reference in a new issue