typo
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / php / HTMLUnitContext.java
index e83cc10..ba9e346 100644 (file)
@@ -1,15 +1,15 @@
 package net.sourceforge.phpdt.internal.corext.template.php;
 
+import net.sourceforge.phpdt.core.ICompilationUnit;
+
 import org.eclipse.jface.text.BadLocationException;
 import org.eclipse.jface.text.IDocument;
-import org.eclipse.jface.text.templates.TemplateContextType;
 import org.eclipse.jface.text.templates.Template;
 import org.eclipse.jface.text.templates.TemplateBuffer;
+import org.eclipse.jface.text.templates.TemplateContextType;
 import org.eclipse.jface.text.templates.TemplateException;
 import org.eclipse.jface.text.templates.TemplateTranslator;
 
-import net.sourceforge.phpdt.core.ICompilationUnit;
-
 /**
  * A context for javadoc.
  */
@@ -20,7 +20,7 @@ public class HTMLUnitContext extends CompilationUnitContext {
   //   private static final char HTML_TAG_END= '>';
   //   private static final char JAVADOC_TAG_BEGIN= '@';
   /**
-   * special characters '&' for the start of HTML entities ' <' for the start of HTML tags '#' for the start of colour attributes
+   * special characters '&' for the start of HTML entities '<' for the start of HTML tags '#' for the start of colour attributes
    * '{' for the start of smarty partitions inside HTML code
    */
   private static final String specialChars = "&<#{";