]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merge of a Javadoc fix to Vaadin 7.
authorAnna Koskinen <anna@vaadin.com>
Mon, 28 Jan 2013 14:13:58 +0000 (16:13 +0200)
committerAnna Koskinen <anna@vaadin.com>
Fri, 1 Feb 2013 12:01:05 +0000 (14:01 +0200)
Change-Id: I2531d7eb0394a100cbcc7661745bcbd5c41105fe

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

index ca0e4cd6cee5f8093e9c09006b055e01396a848d..4122f053aee5f151cd75b65f519eb56eae42310e 100644 (file)
@@ -293,19 +293,19 @@ public class WebBrowser implements Serializable {
     }
 
     /**
-     * Gets the difference in minutes between the browser's GMT TimeZone and
+     * Returns the offset in milliseconds between the browser's GMT TimeZone and
      * DST.
      * 
-     * @return the amount of minutes that the TimeZone shifts when DST is in
-     *         effect
+     * @return the number of milliseconds that the TimeZone shifts when DST is
+     *         in effect
      */
     public int getDSTSavings() {
         return dstSavings;
     }
 
     /**
-     * Determines whether daylight savings time (DST) is currently in effect in
-     * the region of the browser or not.
+     * Returns whether daylight saving time (DST) is currently in effect in the
+     * region of the browser or not.
      * 
      * @return true if the browser resides at a location that currently is in
      *         DST