mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Cosmetics.
This commit is contained in:
parent
59a855ee4b
commit
570e4e9ec1
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Institute for Software - initial API and implementation
|
* Institute for Software - initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.ui.refactoring.gettersandsetters;
|
package org.eclipse.cdt.internal.ui.refactoring.gettersandsetters;
|
||||||
|
|
||||||
|
@ -16,10 +16,8 @@ import org.eclipse.ltk.ui.refactoring.UserInputWizardPage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Thomas Corbat
|
* @author Thomas Corbat
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public class GenerateGettersAndSettersRefactoringWizard extends RefactoringWizard {
|
public class GenerateGettersAndSettersRefactoringWizard extends RefactoringWizard {
|
||||||
|
|
||||||
private final GenerateGettersAndSettersRefactoring refactoring;
|
private final GenerateGettersAndSettersRefactoring refactoring;
|
||||||
|
|
||||||
public GenerateGettersAndSettersRefactoringWizard(
|
public GenerateGettersAndSettersRefactoringWizard(
|
||||||
|
|
Loading…
Add table
Reference in a new issue