summaryrefslogtreecommitdiffstats
path: root/shared/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src/com')
-rw-r--r--shared/src/com/vaadin/shared/VBrowserDetails.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/VBrowserDetails.java b/shared/src/com/vaadin/shared/VBrowserDetails.java
index 3c89bdb6bb..5fbf9bbb39 100644
--- a/shared/src/com/vaadin/shared/VBrowserDetails.java
+++ b/shared/src/com/vaadin/shared/VBrowserDetails.java
@@ -431,6 +431,7 @@ public class VBrowserDetails implements Serializable {
* Tests if the browser is run on Windows Phone.
*
* @return true if run on Windows Phone, false otherwise
+ * @since 7.3.2
*/
public boolean isWindowsPhone() {
return isWindowsPhone;