From ce8d9e68e06c924d7d780c22ea689a38d779725b Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 6 Oct 2015 15:18:26 +0300 Subject: Fix javadoc Change-Id: Ifda7b33b21ebe5bccb34559d9dc7617a7898a39a --- server/src/com/vaadin/server/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/com/vaadin') diff --git a/server/src/com/vaadin/server/Constants.java b/server/src/com/vaadin/server/Constants.java index f897b016eb..4dd4b45cfd 100644 --- a/server/src/com/vaadin/server/Constants.java +++ b/server/src/com/vaadin/server/Constants.java @@ -19,9 +19,9 @@ import com.vaadin.shared.communication.PushMode; import com.vaadin.ui.declarative.DesignContext; /** - * TODO Document me! + * Internal constants used by both the client and the server side framework * - * @author peholmst + * @since 6.2 * */ public interface Constants { -- cgit v1.2.3