aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/Panel.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/Panel.java')
-rw-r--r--server/src/main/java/com/vaadin/ui/Panel.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/server/src/main/java/com/vaadin/ui/Panel.java b/server/src/main/java/com/vaadin/ui/Panel.java
index 13d2b4027e..06d4daa9c3 100644
--- a/server/src/main/java/com/vaadin/ui/Panel.java
+++ b/server/src/main/java/com/vaadin/ui/Panel.java
@@ -100,15 +100,6 @@ public class Panel extends AbstractSingleComponentContainer
setCaption(caption);
}
- /**
- * 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.
- *
- * @see AbstractComponent#setCaption(String)
- */
@Override
public void setCaption(String caption) {
super.setCaption(caption);