]> source.dussan.org Git - vaadin-framework.git/commitdiff
Using correct tags in the portal ui docs
authorDiegoSanzVi <40760222+DiegoSanzVi@users.noreply.github.com>
Mon, 17 Dec 2018 12:51:39 +0000 (14:51 +0200)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Mon, 17 Dec 2018 12:51:39 +0000 (14:51 +0200)
There are not [source, java] tags.

documentation/portal/portal-ui.asciidoc

index 4f5335a45139bfbd423756f6ddf1a180ec1366fd..78aff9b731446b1816f317a326005195a1968b7c 100644 (file)
@@ -10,7 +10,7 @@ layout: page
 A portlet UI is just like in a regular Vaadin application, a class that extends
 [classname]#com.vaadin.ui.UI#.
 
-
+[source, java]
 ----
 @Theme("myportlet")
 public class MyportletUI extends UI {
@@ -72,6 +72,7 @@ the Project">>.
 
 Otherwise, the following snippet can be used.
 
+[source, java]
 ----
     @WebServlet(value = "/*", asyncSupported = true)
     @VaadinServletConfiguration(productionMode = false,