Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@98975 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-25 09:30:05 +00:00
parent 22d2a7b3bf
commit e7bf8d102a
1 changed files with 1 additions and 0 deletions

View File

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