summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-09-15 12:48:17 +0300
committerVaadin Code Review <review@vaadin.com>2014-09-19 05:37:04 +0000
commit553f51ae6d1531bf3ecd60e8c07be76d17dbe703 (patch)
tree3b7ce3079910dbfa030da10b05afcf4566c61131 /client
parentb3bd445558fb236629f05fbaec6b32d48c98d7a8 (diff)
downloadvaadin-framework-553f51ae6d1531bf3ecd60e8c07be76d17dbe703.tar.gz
vaadin-framework-553f51ae6d1531bf3ecd60e8c07be76d17dbe703.zip
Add missing comments. (#14482, #14565)
Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ui/VPopupCalendar.java2
-rw-r--r--client/src/com/vaadin/client/ui/VUpload.java1
2 files changed, 2 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ui/VPopupCalendar.java b/client/src/com/vaadin/client/ui/VPopupCalendar.java
index 577e267d3b..51b2ee22ec 100644
--- a/client/src/com/vaadin/client/ui/VPopupCalendar.java
+++ b/client/src/com/vaadin/client/ui/VPopupCalendar.java
@@ -275,7 +275,7 @@ public class VPopupCalendar extends VTextualDate implements Field,
* setTextFieldEnabled(...) gets overridden in
* TextualDateConnection.updateFromUIDL(...)
*
- * @since
+ * @since 7.3.1
*/
public void setTextFieldTabIndex() {
if (BrowserInfo.get().isIE() && !textFieldEnabled) {
diff --git a/client/src/com/vaadin/client/ui/VUpload.java b/client/src/com/vaadin/client/ui/VUpload.java
index 24ac9cd72d..f234ef6d65 100644
--- a/client/src/com/vaadin/client/ui/VUpload.java
+++ b/client/src/com/vaadin/client/ui/VUpload.java
@@ -312,6 +312,7 @@ public class VUpload extends SimplePanel {
Scheduler.get().scheduleDeferred(startUploadCmd);
}
+ /** For internal use only. May be removed or replaced in the future. */
public void disableTitle(boolean disable) {
if (disable) {
// Disable title attribute for upload element.