code-template needs new context type
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / wizards / PHPFileWizard.java
index ea1a3fb..9f4a0e6 100644 (file)
@@ -192,8 +192,6 @@ public class PHPFileWizard extends Wizard implements INewWizard {
        String lineDelimiter = System.getProperty("line.separator", "\n"); //$NON-NLS-1$ //$NON-NLS-2$
        CodeTemplateContext context= new CodeTemplateContext(template.getContextTypeId(), null, lineDelimiter);
 //     context.setCompilationUnitVariables(cu);
-
-
     return new ByteArrayInputStream(StubUtility.evaluateTemplate(context, template).getBytes());
   } catch (CoreException e) {
     e.printStackTrace();