Browse Source

Fix path in CustomLayout JavaDoc (#10867)

Fixes #10866
tags/8.5.0.alpha1
Anastasia Smirnova 6 years ago
parent
commit
c6ce3887d7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/main/java/com/vaadin/ui/CustomLayout.java

+ 1
- 1
server/src/main/java/com/vaadin/ui/CustomLayout.java View File

@@ -105,7 +105,7 @@ public class CustomLayout extends AbstractLayout implements LegacyComponent {

/**
* Constructor for custom layout with given template name. Template file is
* fetched from "<theme>/layout/<templateName>".
* fetched from "<theme>/layouts/<templateName>".
*/
public CustomLayout(String template) {
this();

Loading…
Cancel
Save