Bug 550957 - Update outdated Javadoc for MenuManager.dispose

Change-Id: I278b51be0fb5f057211100fef4c26cfb6dc6e726
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java
index 5f3726b..d558e4a 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java
@@ -225,10 +225,7 @@
 
 	/**
 	 * Disposes of this menu manager and frees all allocated SWT resources. Notifies
-	 * all contribution items of the dispose. Note that this method does not clean
-	 * up references between this menu manager and its associated contribution
-	 * items. Use {@link #removeAll()} for that purpose, but note that will not
-	 * dispose the items.
+	 * all contribution items of the dispose.
 	 */
 	@Override
 	public void dispose() {