fixing build failure due to issue in TraceLogger

Change-Id: I31589e3a3729491f513a7f95f8ce046b3ca1c8eb
Signed-off-by: Sounak Basu <sounak.basu@sap.com>
diff --git a/org.eclipse.ogee.client/src/org/eclipse/ogee/client/util/TraceLogger.java b/org.eclipse.ogee.client/src/org/eclipse/ogee/client/util/TraceLogger.java
index 1f1de26..f2a4251 100644
--- a/org.eclipse.ogee.client/src/org/eclipse/ogee/client/util/TraceLogger.java
+++ b/org.eclipse.ogee.client/src/org/eclipse/ogee/client/util/TraceLogger.java
@@ -184,9 +184,8 @@
 	 * The package of the class should match the plug-in id or extend it and
 	 * will be used in the Plug-in column in the Error Log
 	 * 
-	 * @param Class
-	 *            c
-	 * @return Logger instance
+	 * @param c
+	 * @return TraceLogger instance
 	 */
 	public static TraceLogger getLogger(Class<?> c) {
 		String id = c.getPackage().getName();