]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
add a workaround to already monitor job while calculating job size
authorBruno Sinou <bsinou@argeo.org>
Tue, 5 Mar 2013 19:46:47 +0000 (19:46 +0000)
committerBruno Sinou <bsinou@argeo.org>
Tue, 5 Mar 2013 19:46:47 +0000 (19:46 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6103 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoSync.java

index 1ff1560c619cd8ee1a515640452cf91032edd5e0..49a59b060163b86cb5f7b30a2e8e91c1cc73e91e 100644 (file)
@@ -123,6 +123,7 @@ public class RepoSync implements Runnable {
                                                targetPassword);
                        targetDefaultSession = targetRepository.login(targetCredentials);
 
+                       // FIXME implement a cleaner way to compute job size.
                        // Compute job size
                        if (monitor != null) {
                                monitor.beginTask("Computing fetch size...", -1);