]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add @since to isWindowsPhone(). (#14425)
authorSauli Tähkäpää <sauli@vaadin.com>
Fri, 26 Sep 2014 05:44:29 +0000 (08:44 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 7 Oct 2014 13:17:57 +0000 (13:17 +0000)
Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263

server/src/com/vaadin/server/WebBrowser.java
shared/src/com/vaadin/shared/VBrowserDetails.java

index 5ec4e6b19c59601cbe62faa92f3c14a22ddfa81e..17ba6756b8c5ee8643b27fe3370786ec76f94816 100644 (file)
@@ -264,6 +264,7 @@ public class WebBrowser implements Serializable {
      * @return true if the user is using Windows Phone, false if the user is not
      *         using Windows Phone or if no information on the browser is
      *         present
+     * @since 7.3.2
      */
     public boolean isWindowsPhone() {
         return browserDetails.isWindowsPhone();
index 3c89bdb6bbf0b165870429d2be3e7c6948eebb14..5fbf9bbb394c8763a754333e94a6bbdd2fc9424c 100644 (file)
@@ -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;