X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/java/hover/IJavaEditorTextHover.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/java/hover/IJavaEditorTextHover.java index 350bef0..5f4dda2 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/java/hover/IJavaEditorTextHover.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/text/java/hover/IJavaEditorTextHover.java @@ -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. *

- * Clients may implement this interface.

- * + * Clients may implement this interface. + *

+ * * @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); } -