Fixed bug 212261: Javadoc warnings in N20071207-0010
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 0cdcd80..6173934 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 @@
 	}
 
 	/**
-	 * 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() {