Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@97754 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-25 10:38:30 +00:00
parent 2c55e80154
commit e3683cfd43
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class ExtractCodelistProgressBarUpdater implements ExtractCodelistProgres
int elab=new Float(elaborated*100).intValue();
progressBar.updateProgress(elaborated,elab+"% Progress...");
}
if (elaborated == 1) progressBar.updateProgress(1, "Completed");
if (elaborated == 1) progressBar.updateProgress(1, "Completing...");
}