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:
parent
22d2a7b3bf
commit
e7bf8d102a
|
@ -29,6 +29,7 @@ public class CSVExportProgressBarUpdater implements CSVExportProgressListener {
|
|||
*/
|
||||
public CSVExportProgressBarUpdater(ProgressBar progressBar) {
|
||||
this.progressBar = progressBar;
|
||||
this.progressBar.updateProgress(0, "Please Wait...");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue