1
0
Fork 0
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:
Alain Magloire 2005-01-19 01:48:58 +00:00
parent b0fe8a0287
commit 84d63b4941

View file

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