1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-18 00:31:21 +00:00
parent 73def3b95b
commit d3e6580734

View file

@ -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;