summaryrefslogtreecommitdiffstats
path: root/server/src
diff options
context:
space:
mode:
authorAnna Koskinen <anna@vaadin.com>2013-01-28 16:13:58 +0200
committerAnna Koskinen <anna@vaadin.com>2013-02-01 14:01:05 +0200
commit64562625e3c74e022113b8601fc69fc54689011e (patch)
treef4d330afc4e57a828a2bbc9bbb7c88d37179e5ae /server/src
parent9c6f83505896145c6d84534c610720ede83993e0 (diff)
downloadvaadin-framework-64562625e3c74e022113b8601fc69fc54689011e.tar.gz
vaadin-framework-64562625e3c74e022113b8601fc69fc54689011e.zip
Merge of a Javadoc fix to Vaadin 7.
Change-Id: I2531d7eb0394a100cbcc7661745bcbd5c41105fe
Diffstat (limited to 'server/src')
-rw-r--r--server/src/com/vaadin/server/WebBrowser.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/src/com/vaadin/server/WebBrowser.java b/server/src/com/vaadin/server/WebBrowser.java
index ca0e4cd6ce..4122f053ae 100644
--- a/server/src/com/vaadin/server/WebBrowser.java
+++ b/server/src/com/vaadin/server/WebBrowser.java
@@ -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