A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / hover / ProblemHover.java
index e7e7a34..ea51f8e 100644 (file)
 package net.sourceforge.phpdt.internal.ui.text.java.hover;
 
 /**
- * This annotation hover shows the description of the
- * selected java annotation.
+ * This annotation hover shows the description of the selected java annotation.
+ * 
+ * XXX: Currently this problem hover only works for Java problems. see:
+ * https://bugs.eclipse.org/bugs/show_bug.cgi?id=62081
  * 
- * XXX: Currently this problem hover only works for
- *             Java problems.
- *             see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=62081
- *  
  * @since 3.0
  */
 public class ProblemHover extends AbstractAnnotationHover {