X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ICodeFormatter.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ICodeFormatter.java index 15d6dcb..d960dc3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ICodeFormatter.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ICodeFormatter.java @@ -10,9 +10,11 @@ ******************************************************************************/ package net.sourceforge.phpdt.core; +import java.util.Map; + /** * Specification for a generic source code formatter. Client plug-ins can contribute - * an implementation for an ICodeFormatter, through the extension point "net.sourceforge.phpdt.core.codeFormatter". + * an implementation for an ICodeFormatter, through the extension point "org.phpeclipse.phpdt.core.codeFormatter". * In case none is found, a default formatter can be provided through the ToolFactory. * * @see ToolFactory#createCodeFormatter()