Suppress warnings related to Java version
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / src / org / argeo / osgi / boot / DistributionBundle.java
index e6c04281fe39da724c22d5a6cdd26006d0547e4f..340472558f15d9125f9537be4dc9e98526287672 100644 (file)
@@ -36,6 +36,7 @@ import org.osgi.framework.Constants;
  * expected that it is. The root of the repository is computed based on the file
  * name of the URL and of the content of the index.
  */
+@SuppressWarnings({ "rawtypes", "unchecked" })
 public class DistributionBundle {
        private final static String INDEX_FILE_NAME = "modularDistribution.csv";