X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/CodeGeneration.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/CodeGeneration.java index a6d10fc..b5f67d3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/CodeGeneration.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/CodeGeneration.java @@ -10,15 +10,12 @@ *******************************************************************************/ package net.sourceforge.phpdt.ui; -import org.eclipse.core.runtime.CoreException; - import net.sourceforge.phpdt.core.ICompilationUnit; import net.sourceforge.phpdt.core.IMethod; -//import net.sourceforge.phpdt.core.dom.IMethodBinding; -//import net.sourceforge.phpdt.core.dom.MethodDeclaration; - import net.sourceforge.phpdt.internal.corext.codemanipulation.StubUtility; +import org.eclipse.core.runtime.CoreException; + /** * Class that offers access to the templates contained in the 'code templates' preference page. *