Some warnings were cleared
authorEugene Ostroukhov <eugeneo@symbian.org>
Tue, 16 Mar 2010 11:41:07 -0700
changeset 270 7f7b30fe54c9
parent 269 2c88d577a0e9
child 271 4ff7e6f31c66
Some warnings were cleared
org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/property/LaunchableFactory.java
--- a/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/property/LaunchableFactory.java	Tue Mar 16 11:38:01 2010 -0700
+++ b/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/property/LaunchableFactory.java	Tue Mar 16 11:41:07 2010 -0700
@@ -4,12 +4,14 @@
 
 public class LaunchableFactory implements IAdapterFactory {
 
+    @SuppressWarnings("unchecked")
 	public Object getAdapter(Object adaptableObject, Class adapterType) {
 		// It is only needed to exist
 		return null;
 	}
 
-	public Class[] getAdapterList() {
+    @SuppressWarnings("unchecked")
+    public Class[] getAdapterList() {
 		// It is only needed to exist
 		return null;
 	}