summaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-07 10:32:05 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-07 10:32:05 +0300
commit52fa9639bab979d13e852e42f6aba6fe60b4ffe4 (patch)
treeaaf4486eae2df058d609da7391bdf788fdf32614 /shared/src
parent074b1095ee302af67626055820853ed1b8a4ea86 (diff)
downloadvaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.tar.gz
vaadin-framework-52fa9639bab979d13e852e42f6aba6fe60b4ffe4.zip
Removed deprecated ContenMode.XHTML
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/com/vaadin/shared/ui/label/ContentMode.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/shared/src/com/vaadin/shared/ui/label/ContentMode.java b/shared/src/com/vaadin/shared/ui/label/ContentMode.java
index 3e6e5b8e45..efdb1acde0 100644
--- a/shared/src/com/vaadin/shared/ui/label/ContentMode.java
+++ b/shared/src/com/vaadin/shared/ui/label/ContentMode.java
@@ -39,14 +39,6 @@ public enum ContentMode {
HTML,
/**
- * Content mode, where the label contains XHTML.
- *
- * @deprecated Use {@link ContentMode.HTML}
- */
- @Deprecated
- XHTML,
-
- /**
* Content mode, where the label contains well-formed or well-balanced XML.
* This is handled in the same way as {@link #XHTML}.
*