Clean up code
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 14 Feb 2015 11:59:44 +0000 (11:59 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 14 Feb 2015 11:59:44 +0000 (11:59 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7864 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/spring/ApplicationContextTracker.java

index 070c70826b3c46ef9fe6e91422f4a8d9795204f9..1d3df4304fdf1a698b21523f86256dfce63ca310 100644 (file)
@@ -46,6 +46,7 @@ class ApplicationContextTracker {
        private static Long defaultTimeout = Long.parseLong(System.getProperty(\r
                        APPLICATION_CONTEXT_TRACKER_TIMEOUT, "30000"));\r
 \r
+       @SuppressWarnings("rawtypes")\r
        private ServiceTracker applicationContextServiceTracker;\r
 \r
        /**\r
@@ -57,6 +58,7 @@ class ApplicationContextTracker {
         * @throws IllegalArgumentException\r
         *             if the given bundle is null.\r
         */\r
+       @SuppressWarnings({ "unchecked", "rawtypes" })\r
        public ApplicationContextTracker(final Bundle contributorBundle,\r
                        final BundleContext factoryBundleContext) {\r
                final String filter = format(FILTER,\r