mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Cosmetics.
This commit is contained in:
parent
ad3536132b
commit
b6d83a4804
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import org.eclipse.cdt.ui.CUIPlugin;
|
|||
* can be calculated from the AST.
|
||||
*/
|
||||
public class CRefactoringArgument {
|
||||
private int fOffset=0;
|
||||
private int fOffset= 0;
|
||||
private int fLength= 0;
|
||||
private String fText= ""; //$NON-NLS-1$
|
||||
private int fKind= CRefactory.ARGUMENT_UNKNOWN;
|
||||
|
|
Loading…
Add table
Reference in a new issue