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

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

index 91080ace6cbbcd832e9753e929cee4c2b1ee0d51..1ff1560c619cd8ee1a515640452cf91032edd5e0 100644 (file)
@@ -125,7 +125,7 @@ public class RepoSync implements Runnable {
 
                        // Compute job size
                        if (monitor != null) {
-                               monitor.beginTask("Fetch", -1);
+                               monitor.beginTask("Computing fetch size...", -1);
                                Long totalAmount = 0l;
                                if (sourceWkspList != null) {
                                        for (String wkspName : sourceWkspList) {