Bug 545330 - Problems in javadoc for platform

Change-Id: Ia2142430a418682cdab8522bb17bc80ae464cce4
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java
index 40e7b50..c45dfd1 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.java
@@ -129,8 +129,12 @@
 
 	/**
 	 * Create the html content for this newsreader
+	 *
 	 * @param id
-	 * @param out a writer where the html will be written
+	 *            the unique identifier of the content element. The same content provider class can
+	 *            be reused for several elements and the id can be used to tell them apart.
+	 * @param out
+	 *            a writer where the html will be written
 	 */
 	@Override
 	public void createContent(String id, PrintWriter out) {