Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@98977 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-25 09:31:14 +00:00
parent b281a5cd15
commit badfac565b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class ExtractCodelistProgressBarUpdater implements ExtractCodelistProgres
*/
public ExtractCodelistProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}