diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 17:43:28 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-19 06:25:44 +0000 |
commit | 599f6fa601f9cd8cd025061eb97b3e521c5b65c2 (patch) | |
tree | 6e679bc789fce8ef4cbc1019b99d0c66ecdd126d /server/src/main/java/com/vaadin/ui/themes | |
parent | 1b73770105899b9015ff6685e7d6674934336ca4 (diff) | |
download | vaadin-framework-599f6fa601f9cd8cd025061eb97b3e521c5b65c2.tar.gz vaadin-framework-599f6fa601f9cd8cd025061eb97b3e521c5b65c2.zip |
Remove dependencies from core framework to old componnets
Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/themes')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/themes/ValoTheme.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java b/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java index 721ce98d7d..c6b1260e93 100644 --- a/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java +++ b/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java @@ -17,7 +17,6 @@ package com.vaadin.ui.themes; import com.vaadin.server.FontAwesome; import com.vaadin.ui.Notification.Type; -import com.vaadin.ui.Table.ColumnHeaderMode; /** * <p> @@ -625,7 +624,7 @@ public class ValoTheme { /** * Hide the table column headers (effectively the same as - * {@link ColumnHeaderMode#HIDDEN}). Can be combined with any other + * {@code ColumnHeaderMode.HIDDEN}). Can be combined with any other * Table/TreeTable style. */ public static final String TABLE_NO_HEADER = "no-header"; |