Refactory UI plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / ui / templates / template / XMLTemplateContextType.java
@@ -16,7 +16,7 @@ import org.eclipse.jface.text.templates.TemplateContextType;
 /**
  * A very simple context type.
  */
-public class XMLContextType extends TemplateContextType {
+public class XMLTemplateContextType extends TemplateContextType {
 
        /** This context's id */
        public static final String XML_CONTEXT_TYPE = "xml"; //$NON-NLS-1$
@@ -24,7 +24,7 @@ public class XMLContextType extends TemplateContextType {
        /**
         * Creates a new XML context type.
         */
-       public XMLContextType() {
+       public XMLTemplateContextType() {
                addGlobalResolvers();
        }