A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.xml.ui / src / net / sourceforge / phpeclipse / xml / ui / text / IXMLSyntaxConstants.java
index e279c65..7f3e194 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Igor Malinin - initial contribution
  *
- * $Id: IXMLSyntaxConstants.java,v 1.1 2004-09-02 18:28:03 jsurfer Exp $
+ * $Id: IXMLSyntaxConstants.java,v 1.2 2006-10-21 23:14:13 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.text;
@@ -19,8 +19,8 @@ package net.sourceforge.phpeclipse.xml.ui.text;
 public interface IXMLSyntaxConstants {
 
        /**
-        * Note: This constant is for internal use only. Clients should not use
-        * this constant. The prefix all color constants start with.
+        * Note: This constant is for internal use only. Clients should not use this
+        * constant. The prefix all color constants start with.
         */
        String PREFIX = "xml_"; //$NON-NLS-1$
 
@@ -53,7 +53,7 @@ public interface IXMLSyntaxConstants {
 
        /** The style key for external DTD conditional sections. */
        String DTD_CONDITIONAL = PREFIX + "conditional"; //$NON-NLS-1$
-       
+
        /** The style key for SMARTY tag names. */
        String XML_SMARTY = PREFIX + "smarty"; //$NON-NLS-1$
 }