]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typos
authorArtur Signell <artur.signell@itmill.com>
Fri, 28 Aug 2009 14:12:31 +0000 (14:12 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 28 Aug 2009 14:12:31 +0000 (14:12 +0000)
svn changeset:8584/svn branch:6.1

src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java

index b7938452daccc26ed508dd0aafc726ba8efd318d..6df40efeec3d8a18d8e058cf1615e7963822e351 100644 (file)
@@ -32,7 +32,7 @@ public class CssLayoutsExample extends VerticalLayout {
         panel.setStyleName("floatedpanel");\r
         panel.setWidth("30%");\r
         panel.setHeight("370px");\r
-        panel.addComponent(new Label("This panel is 30% wide"\r
+        panel.addComponent(new Label("This panel is 30% wide "\r
                 + "and 370px high (defined on the server side) "\r
                 + "and floated right (with custom css). "\r
                 + "Try resizing the browser window to see "\r