From b8b6a3fa51cc78b5df2f6b7af459a589fcf81e5c Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 18 Mar 2010 08:06:05 +0000 Subject: Fixed small typo in CssLayout javadoc svn changeset:11948/svn branch:6.3 --- src/com/vaadin/ui/CssLayout.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/vaadin') diff --git a/src/com/vaadin/ui/CssLayout.java b/src/com/vaadin/ui/CssLayout.java index 1f95daa186..069d274080 100644 --- a/src/com/vaadin/ui/CssLayout.java +++ b/src/com/vaadin/ui/CssLayout.java @@ -30,8 +30,8 @@ import com.vaadin.terminal.gwt.client.ui.VCssLayout; * result works properly on each browser) *
  • different kind of handling for relative sizes (that are set from server * side) (*) - *
  • noticeable faster rendering time in some situations as we rely more on - * browsers rendering engine. + *
  • noticeably faster rendering time in some situations as we rely more on + * the browser's rendering engine. * *

    * With {@link CustomLayout} one can often achieve similar results (good looking -- cgit v1.2.3