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 / text / XMLTextHover.java
index 29a61dc..998f415 100644 (file)
@@ -8,7 +8,7 @@
  * Contributors:
  *     Christopher Lenz - initial API and implementation
  * 
- * $Id: XMLTextHover.java,v 1.1 2004-09-02 18:28:03 jsurfer Exp $
+ * $Id: XMLTextHover.java,v 1.2 2006-10-21 23:14:13 pombredanne Exp $
  */
 package net.sourceforge.phpeclipse.xml.ui.internal.text;
 
@@ -21,7 +21,6 @@ import org.eclipse.jface.text.Position;
 import org.eclipse.jface.text.source.Annotation;
 import org.eclipse.jface.text.source.IAnnotationModel;
 
-
 /**
  * Implements simple annotation hover to show the associated messages.
  */
@@ -34,12 +33,13 @@ public class XMLTextHover implements ITextHover {
        /**
         * Creates a new annotation hover.
         * 
-        * @param model this hover's annotation model
+        * @param model
+        *            this hover's annotation model
         */
-       public XMLTextHover(IAnnotationModel model)  {
+       public XMLTextHover(IAnnotationModel model) {
                this.model = model;
        }
-       
+
        /*
         * @see ITextHover#getHoverInfo(ITextViewer, IRegion)
         */