aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/gwt/gwt-server-side.asciidoc
diff options
context:
space:
mode:
authorAnastasia Smirnova <anasmi@utu.fi>2018-12-17 14:01:33 +0200
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2018-12-17 14:01:33 +0200
commitfebddda0578c8185e0c4c0f613f250490e0503a2 (patch)
tree333aefdf833d365f35df1cd7300c3739b86f81a5 /documentation/gwt/gwt-server-side.asciidoc
parentccb1c45a6a85e1fe6d0497d8b9bafc130a01ca92 (diff)
downloadvaadin-framework-febddda0578c8185e0c4c0f613f250490e0503a2.tar.gz
vaadin-framework-febddda0578c8185e0c4c0f613f250490e0503a2.zip
Add missing [source, java] to the java code blocks in documentation (#11381)
* Update clientsideapp-entrypoint.asciidoc Adding missing ```[source, java]```
Diffstat (limited to 'documentation/gwt/gwt-server-side.asciidoc')
-rw-r--r--documentation/gwt/gwt-server-side.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/gwt/gwt-server-side.asciidoc b/documentation/gwt/gwt-server-side.asciidoc
index 1139b78a39..9abf389a5e 100644
--- a/documentation/gwt/gwt-server-side.asciidoc
+++ b/documentation/gwt/gwt-server-side.asciidoc
@@ -19,7 +19,7 @@ The component state is usually managed by a __shared state__, described later in
<<dummy/../../../framework/gwt/gwt-shared-state#gwt.shared-state,"Shared
State">>.
-
+[source, java]
----
public class MyComponent extends AbstractComponent {
public MyComponent() {