aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Component.java
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-07 11:22:30 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-07 11:22:33 +0300
commit3824b53479af107a989a4885871f7ba70c53204e (patch)
tree58d6ff0e1f7de8eeb1cbc3f89501e35e2c46cb82 /server/src/com/vaadin/ui/Component.java
parentc74a3d6d7b7db4eeedcda9c2ae215c89c3b1394e (diff)
downloadvaadin-framework-3824b53479af107a989a4885871f7ba70c53204e.tar.gz
vaadin-framework-3824b53479af107a989a4885871f7ba70c53204e.zip
Fixed references to XHTML and issue found in review #8294
Diffstat (limited to 'server/src/com/vaadin/ui/Component.java')
-rw-r--r--server/src/com/vaadin/ui/Component.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/Component.java b/server/src/com/vaadin/ui/Component.java
index 492e0c25c6..320a9dc97c 100644
--- a/server/src/com/vaadin/ui/Component.java
+++ b/server/src/com/vaadin/ui/Component.java
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -405,8 +405,8 @@ public interface Component extends ClientConnector, Sizeable, Serializable {
* </pre>
*
* <p>
- * The contents of a caption are automatically quoted, so no raw XHTML can
- * be rendered in a caption. The validity of the used character encoding,
+ * The contents of a caption are automatically quoted, so no raw HTML can be
+ * rendered in a caption. The validity of the used character encoding,
* usually UTF-8, is not checked.
* </p>
*