From: Artur Signell Date: Wed, 7 Dec 2011 23:08:52 +0000 (+0000) Subject: #7630 Removed note about LoginForm being new X-Git-Tag: 7.0.0.alpha1~225^2~1^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=48644a3c912ac2c46472812c1f4db65571767949;p=vaadin-framework.git #7630 Removed note about LoginForm being new svn changeset:22304/svn branch:6.7 --- 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 */