diff options
author | Adam Wagner <wbadam@users.noreply.github.com> | 2017-03-09 16:26:43 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2017-03-09 16:26:43 +0200 |
commit | 9e2e720ca3aff7e1ca571860805a206e388dc5b5 (patch) | |
tree | 884c9b9ccf16ec1d1985a2ad55bfb7767ef29b76 /documentation | |
parent | 2cf4eff5abf7a07a1326e8f19bad31326d209052 (diff) | |
download | vaadin-framework-9e2e720ca3aff7e1ca571860805a206e388dc5b5.tar.gz vaadin-framework-9e2e720ca3aff7e1ca571860805a206e388dc5b5.zip |
Remove mentioning of removed example from progressbar docs (#8799)
* Remove mentioning of removed example from progressbar docs
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/components/components-progressbar.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/components/components-progressbar.asciidoc b/documentation/components/components-progressbar.asciidoc index 3d300d241e..db7e8990de 100644 --- a/documentation/components/components-progressbar.asciidoc +++ b/documentation/components/components-progressbar.asciidoc @@ -29,8 +29,7 @@ server push to update the browser. You can enable polling with <<dummy/../../../framework/advanced/advanced-push#advanced.push,"Server Push">> for instructions about using server push. Whichever method you use to update the UI, it is important to lock the user session by modifying the progress bar value -inside [methodname]#access()# call, as illustrated in the following example and -described in +inside [methodname]#access()# call, as described in <<dummy/../../../framework/advanced/advanced-push#advanced.push.running,"Accessing UI from Another Thread">>. [source, java] |