From 0b93b5ada8db19e3144d36d94cc9230e34ff0bd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 28 Aug 2012 16:54:09 +0300 Subject: [PATCH] Adjust javadoc to reflect reality --- server/src/com/vaadin/ui/Component.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/src/com/vaadin/ui/Component.java b/server/src/com/vaadin/ui/Component.java index 0559cc5e6a..f0993aac6d 100644 --- a/server/src/com/vaadin/ui/Component.java +++ b/server/src/com/vaadin/ui/Component.java @@ -136,8 +136,9 @@ public interface Component extends ClientConnector, Sizeable, Serializable { public void setStyleName(String style); /** - * Adds a style name to component. The style name will be rendered as a HTML - * class name, which can be used in a CSS definition. + * Adds one or more style names to this component. Multiple styles can be + * specified as a space-separated list of style names. The style name will + * be rendered as a HTML class name, which can be used in a CSS definition. * *
      * Label label = new Label("This text has style");
-- 
2.39.5