Bug 552909: fix compile error due to wrong java doc

Change-Id: I8f1656c7c5bb9b39d07a5175db7f5dcf2cdbf144
Signed-off-by: Marcus Hoepfner <marcus.hoepfner@sap.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/182174
Tested-by: Lars Vogel <Lars.Vogel@vogella.com>
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PlainMessageDialog.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PlainMessageDialog.java
index 3869112..24d4d49 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PlainMessageDialog.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PlainMessageDialog.java
@@ -133,9 +133,6 @@
 		 * Sets the dialog's button labels. Without calling
 		 * {@link #defaultButtonIndex(int)} the first entry is used for the default
 		 * button.
-		 * <p>
-		 * {@link List#of(Object...)} can be used to call this method in a handy way.
-		 * </p>
 		 *
 		 * @param buttonLabels the button labels
 		 * @return this