Bug 564890 - Remove IPlatformRunnable as announced via Bug 457134

Remove it from Javadoc

Change-Id: Ifaa360d2c15c299a5208fa59c07999342b9a1655
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java b/bundles/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java
index 8cdee21..15bc418 100644
--- a/bundles/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java
+++ b/bundles/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java
@@ -29,7 +29,6 @@
 	/**
 	 * Runs a set of tests as defined by the given command line args.
 	 * This is the platform application entry point.
-	 * @see IPlatformRunnable
 	 */
 	public Object run(Object arguments) throws Exception {
 		String[] args= Platform.getCommandLineArgs();//getCommand//processCommandLine((String[]) arguments);