mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +02:00
Cosmetics.
This commit is contained in:
parent
21a2b93c96
commit
6ea674106c
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,6 @@ import org.eclipse.cdt.core.model.ITranslationUnit;
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public class CodeTemplateContext extends FileTemplateContext {
|
public class CodeTemplateContext extends FileTemplateContext {
|
||||||
|
|
||||||
private ICProject fProject;
|
private ICProject fProject;
|
||||||
|
|
||||||
public CodeTemplateContext(String contextTypeId, ICProject project, String lineDelimiter) {
|
public CodeTemplateContext(String contextTypeId, ICProject project, String lineDelimiter) {
|
||||||
|
@ -40,5 +39,4 @@ public class CodeTemplateContext extends FileTemplateContext {
|
||||||
super.setResourceVariables(file);
|
super.setResourceVariables(file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue