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 / outline / XMLOutlineContentProvider.java
index a42a47d..4484e94 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API and implementation
  * 
- * $Id: XMLOutlineContentProvider.java,v 1.2 2005-05-06 00:55:42 stefanbjarni Exp $
+ * $Id: XMLOutlineContentProvider.java,v 1.3 2006-10-21 23:14:14 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.internal.outline;
@@ -78,7 +78,8 @@ public class XMLOutlineContentProvider implements ITreeContentProvider {
        }
 
        /*
-        * @see org.eclipse.jface.viewers.IContentProvider#inputChanged(Viewer, Object, Object)
+        * @see org.eclipse.jface.viewers.IContentProvider#inputChanged(Viewer,
+        *      Object, Object)
         */
        public void inputChanged(Viewer viewer, Object oldInput, Object newInput) {
                if (oldInput != newInput) {
@@ -87,7 +88,7 @@ public class XMLOutlineContentProvider implements ITreeContentProvider {
                        }
                        if (newInput instanceof IXMLDocument) {
                                document = (IXMLDocument) newInput;
-                       }          
+                       }
                }
        }