mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
remove warning for hardcoded string.
This commit is contained in:
parent
b0fe8a0287
commit
84d63b4941
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class AddIncludesOperation implements IWorkspaceRunnable {
|
|||
private String[] fUsings;
|
||||
private boolean fDoSave;
|
||||
|
||||
private String newLine = System.getProperty("line.separator", "\n"); //$NON-NLS-2$
|
||||
private String newLine = System.getProperty("line.separator", "\n"); //$NON-NLS-1$//$NON-NLS-2$
|
||||
|
||||
/**
|
||||
* Generate include statements for the passed java elements
|
||||
|
|
Loading…
Add table
Reference in a new issue