summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-12-07 23:08:52 +0000
committerArtur Signell <artur.signell@itmill.com>2011-12-07 23:08:52 +0000
commit48644a3c912ac2c46472812c1f4db65571767949 (patch)
tree3bd78f94414284a49a305c2b4bc2486cc4798e94 /src/com/vaadin
parent69073bbff11a43df9033fff0c7db6a1088809341 (diff)
downloadvaadin-framework-48644a3c912ac2c46472812c1f4db65571767949.tar.gz
vaadin-framework-48644a3c912ac2c46472812c1f4db65571767949.zip
#7630 Removed note about LoginForm being new
svn changeset:22304/svn branch:6.7
Diffstat (limited to 'src/com/vaadin')
-rw-r--r--src/com/vaadin/ui/LoginForm.java2
1 files changed, 0 insertions, 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.
- * <p>
- * Note, this is a new Ajax terminal specific component and is likely to change.
*
* @since 5.3
*/