OSGi Boot: remove deprecated methods and adapt to Java 7
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / src / org / argeo / osgi / boot / DistributionBundle.java
index 340472558f15d9125f9537be4dc9e98526287672..b9749033c89271945425d78760e0600510971ba2 100644 (file)
@@ -156,10 +156,10 @@ public class DistributionBundle {
        }
 
        /**
-        * List full URLs of the bunmdles, based on base URL, usable directly for
+        * List full URLs of the bundles, based on base URL, usable directly for
         * download.
         */
-       public List/* <String> */listUrls() {
+       public List<String> listUrls() {
                if (baseUrl == null)
                        throw new OsgiBootException("Base URL is not set");