Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-12-09 16:16:26 +0000
committerDani Megert2007-12-09 16:16:26 +0000
commit38d828239382a186b31e1feca33f8b82025db28d (patch)
treec0b7bb02751f566971d6c080f3aaa83959526031
parentd68c8c305bd4c9eede57d1670492c9de4d86d90b (diff)
downloadeclipse.platform.text-38d828239382a186b31e1feca33f8b82025db28d.tar.gz
eclipse.platform.text-38d828239382a186b31e1feca33f8b82025db28d.tar.xz
eclipse.platform.text-38d828239382a186b31e1feca33f8b82025db28d.zip
Fixed bug 212261: Javadoc warnings in N20071207-0010v20071210-0010
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java
index 0cdcd80faf1..6173934d68f 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/AbstractInformationControlManager.java
@@ -1162,9 +1162,9 @@ abstract public class AbstractInformationControlManager {
}
/**
- * Replaces this manager's information control by the {@link #fInformationControlReplacer}'s
- * information control.
- *
+ * Replaces this manager's information control as defined by
+ * the information control replacer.
+ *
* @since 3.4
*/
public void replaceInformationControl() {

Back to the top