--- 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;
}