]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/deploy/VersionedDirSync.java
Add comments
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / deploy / VersionedDirSync.java
index c6698f26bfdf941e90b8dc1ba369f9ac9784eed9..212eb367c24c5b8c2a69790fdc95eca3cab0da06 100644 (file)
@@ -22,6 +22,10 @@ import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.argeo.slc.deploy.VersioningDriver;
 
+/**
+ * Synchronizes an URL to a local directory, taking into account versioning
+ * information if possible.
+ */
 public class VersionedDirSync implements Runnable {
        private final static Log log = LogFactory.getLog(VersionedDirSync.class);