From 48644a3c912ac2c46472812c1f4db65571767949 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 7 Dec 2011 23:08:52 +0000 Subject: [PATCH] #7630 Removed note about LoginForm being new svn changeset:22304/svn branch:6.7 --- src/com/vaadin/ui/LoginForm.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/vaadin/ui/LoginForm.java b/src/com/vaadin/ui/LoginForm.java index 509a072c27..3004504b9d 100644 --- a/src/com/vaadin/ui/LoginForm.java +++ b/src/com/vaadin/ui/LoginForm.java @@ -34,8 +34,6 @@ import com.vaadin.terminal.gwt.client.ApplicationConnection; * Login page html can be overridden by replacing protected getLoginHTML method. * As the login page is actually an iframe, styles must be handled manually. By * default component tries to guess the right place for theme css. - *

- * Note, this is a new Ajax terminal specific component and is likely to change. * * @since 5.3 */ -- 2.39.5