summaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/com/vaadin/shared/VBrowserDetails.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared/src/com/vaadin/shared/VBrowserDetails.java b/shared/src/com/vaadin/shared/VBrowserDetails.java
index a85d031c49..fa21bddc96 100644
--- a/shared/src/com/vaadin/shared/VBrowserDetails.java
+++ b/shared/src/com/vaadin/shared/VBrowserDetails.java
@@ -479,7 +479,8 @@ public class VBrowserDetails implements Serializable {
/**
* Tests if the browser is run on iPhone.
*
- * @return
+ * @return true if run on iPhone, false otherwise
+ * @since 7.3.3
*/
public boolean isIPhone() {
return isIPhone;
@@ -488,7 +489,8 @@ public class VBrowserDetails implements Serializable {
/**
* Tests if the browser is run on iPad.
*
- * @return
+ * @return true if run on iPad, false otherwise
+ * @since 7.3.3
*/
public boolean isIPad() {
return isIPad;