A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / text / java / hover / IJavaEditorTextHover.java
index 350bef0..5f4dda2 100644 (file)
@@ -15,11 +15,12 @@ import org.eclipse.ui.IEditorPart;
 
 /**
  * Provides a hover popup which appears on top of an editor with relevant
- * display information. If the text hover does not provide information no
- * hover popup is shown.
+ * display information. If the text hover does not provide information no hover
+ * popup is shown.
  * <p>
- * Clients may implement this interface.</p>
- *
+ * Clients may implement this interface.
+ * </p>
+ * 
  * @see org.eclipse.ui.IEditorPart
  * @see org.eclipse.jface.text.ITextHover
  * 
@@ -30,9 +31,9 @@ public interface IJavaEditorTextHover extends ITextHover {
        /**
         * Sets the editor on which the hover is shown.
         * 
-        * @param editor the editor on which the hover popup should be shown
+        * @param editor
+        *            the editor on which the hover popup should be shown
         */
        void setEditor(IEditorPart editor);
 
 }
-