]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.osgi.boot/src/org/argeo/osgi/boot/DistributionBundle.java
[maven-release-plugin] prepare release argeo-commons-2.1.18
[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";