X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ToolFactory.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ToolFactory.java index 249dbec..ca6331d 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ToolFactory.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ToolFactory.java @@ -16,7 +16,7 @@ import java.util.Map; import net.sourceforge.phpeclipse.PHPCore; import org.eclipse.core.runtime.Plugin; -import org.phpeclipse.phpdt.internal.formatter.CodeFormatter; +import net.sourceforge.phpdt.internal.formatter.CodeFormatter; /** * Factory for creating various compiler tools, such as scanners, parsers and compilers.