diff options
Diffstat (limited to 'server/src/com/vaadin/ui/Panel.java')
-rw-r--r-- | server/src/com/vaadin/ui/Panel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/Panel.java b/server/src/com/vaadin/ui/Panel.java index 70598f5c14..f73cd5128e 100644 --- a/server/src/com/vaadin/ui/Panel.java +++ b/server/src/com/vaadin/ui/Panel.java @@ -112,9 +112,9 @@ public class Panel extends AbstractComponentContainer implements Scrollable, /** * Sets the caption of the panel. * - * Note that the caption is interpreted as HTML and therefore care - * should be taken not to enable HTML injection and XSS attacks using panel - * captions. This behavior may change in future versions. + * Note that the caption is interpreted as HTML and therefore care should be + * taken not to enable HTML injection and XSS attacks using panel captions. + * This behavior may change in future versions. * * @see AbstractComponent#setCaption(String) */ |