]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Add comments
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 13 Aug 2010 22:27:45 +0000 (22:27 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 13 Aug 2010 22:27:45 +0000 (22:27 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3768 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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);