Author: thomas.diesler(a)jboss.com
Date: 2009-12-01 05:28:17 -0500 (Tue, 01 Dec 2009)
New Revision: 97213
Modified:
projects/jboss-osgi/projects/runtime/deployment/trunk/src/test/java/org/jboss/test/osgi/deployment/interceptor/MockBundleContext.java
Log:
Fix annotation warnings
Modified:
projects/jboss-osgi/projects/runtime/deployment/trunk/src/test/java/org/jboss/test/osgi/deployment/interceptor/MockBundleContext.java
===================================================================
---
projects/jboss-osgi/projects/runtime/deployment/trunk/src/test/java/org/jboss/test/osgi/deployment/interceptor/MockBundleContext.java 2009-12-01
10:26:54 UTC (rev 97212)
+++
projects/jboss-osgi/projects/runtime/deployment/trunk/src/test/java/org/jboss/test/osgi/deployment/interceptor/MockBundleContext.java 2009-12-01
10:28:17 UTC (rev 97213)
@@ -122,13 +122,13 @@
return null;
}
- @SuppressWarnings("unchecked")
+ @SuppressWarnings("rawtypes")
public ServiceRegistration registerService(String[] clazzes, Object service,
Dictionary properties)
{
return null;
}
- @SuppressWarnings("unchecked")
+ @SuppressWarnings("rawtypes")
public ServiceRegistration registerService(String clazz, Object service, Dictionary
properties)
{
return null;
Show replies by date