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 / internal / editor / XMLDocumentSetupParticipant.java
index c7cac74..40fa9a4 100644 (file)
@@ -8,24 +8,24 @@
  * Contributors:
  *     Christopher Lenz - initial implementation
  * 
- * $Id: XMLDocumentSetupParticipant.java,v 1.1 2004-09-02 18:28:04 jsurfer Exp $
+ * $Id: XMLDocumentSetupParticipant.java,v 1.3 2006-10-21 23:14:14 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.internal.editor;
 
+import net.sourceforge.phpeclipse.xml.ui.XMLPlugin;
+import net.sourceforge.phpeclipse.xml.ui.text.XMLTextTools;
+
 import org.eclipse.core.filebuffers.IDocumentSetupParticipant;
 import org.eclipse.jface.text.IDocument;
 import org.eclipse.jface.text.IDocumentPartitioner;
 
-import net.sourceforge.phpeclipse.xml.ui.XMLPlugin;
-import net.sourceforge.phpeclipse.xml.ui.text.XMLTextTools;
-
 /**
  * Document setup participant that sets up the CSS specific partitioning.
  */
 public class XMLDocumentSetupParticipant implements IDocumentSetupParticipant {
 
-       /* 
+       /*
         * @see IDocumentSetupParticipant#setup(IDocument)
         */
        public void setup(IDocument document) {