diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-01-02 11:32:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 11:32:29 +0200 |
commit | 0740ac116e637d81bd7e2415746f020dd25102e6 (patch) | |
tree | 4772a51026f12abda69ae10a23f97619330dff34 /server/src/main/java/com/vaadin/ui/CustomLayout.java | |
parent | a25b690f1d188753fa0f202d862fe9f117e02b7e (diff) | |
download | vaadin-framework-0740ac116e637d81bd7e2415746f020dd25102e6.tar.gz vaadin-framework-0740ac116e637d81bd7e2415746f020dd25102e6.zip |
Partial javadocs fix for vaadin-server
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/CustomLayout.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/CustomLayout.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/ui/CustomLayout.java b/server/src/main/java/com/vaadin/ui/CustomLayout.java index d7cbcee962..79146b9cc8 100644 --- a/server/src/main/java/com/vaadin/ui/CustomLayout.java +++ b/server/src/main/java/com/vaadin/ui/CustomLayout.java @@ -88,8 +88,6 @@ public class CustomLayout extends AbstractLayout implements LegacyComponent { * Stream containing template data. Must be using UTF-8 encoding. * To use a String as a template use for instance new * ByteArrayInputStream("<template>".getBytes()). - * @param streamLength - * Length of the templateStream * @throws IOException */ public CustomLayout(InputStream templateStream) throws IOException { |