mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +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 RefactoringStarter starter;
|
||||
|
||||
public RefactoringRunner2(ICElement element, ISelection selection,
|
||||
IShellProvider shellProvider, ICProject cProject) {
|
||||
public RefactoringRunner2(ICElement element, ISelection selection, IShellProvider shellProvider,
|
||||
ICProject cProject) {
|
||||
this.selection = selection;
|
||||
this.element= element;
|
||||
this.shellProvider= shellProvider;
|
||||
|
|
Loading…
Add table
Reference in a new issue