]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.repo/src/org/argeo/slc/repo/osgi/SourcesProvider.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / org.argeo.slc.repo / src / org / argeo / slc / repo / osgi / SourcesProvider.java
index a0a20f61df9b97a486fa619962da2c938c8f0031..a3b3fc9f8b23508f52a65e859ace2fc771e0b782 100644 (file)
@@ -8,10 +8,8 @@ public interface SourcesProvider {
        /**
         * Writes sources into a ZIP (or a JAR), under the same sirectory structure.
         * 
-        * @param packages
-        *            the packages to import
-        * @param out
-        *            the ZIP or JAR to write to
+        * @param packages the packages to import
+        * @param out      the ZIP or JAR to write to
         */
        public void writeSources(List<String> packages, ZipOutputStream zout);
 }