Organized imports
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / ICodeFormatter.java
index 478d867..d960dc3 100644 (file)
@@ -10,6 +10,8 @@
  ******************************************************************************/
 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 "org.phpeclipse.phpdt.core.codeFormatter".