]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed javadoc typo
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 3 Jun 2011 09:24:45 +0000 (09:24 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 3 Jun 2011 09:24:45 +0000 (09:24 +0000)
svn changeset:19206/svn branch:6.6

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

index 5968588019ec2b386b8dabbaa0206098fb7a206a..4835b3c55b42edfad9830f10941eda20b2e256ce 100644 (file)
@@ -284,8 +284,8 @@ public class WebBrowser implements Terminal {
     /**
      * Returns the current date and time of the browser. This will not be
      * entirely accurate due to varying network latencies, but should provide a
-     * close-enough value for most cases. Also not that the returned Date object
-     * uses servers default time zone, not the clients.
+     * close-enough value for most cases. Also note that the returned Date
+     * object uses servers default time zone, not the clients.
      * 
      * @return the current date and time of the browser.
      * @see #isDSTInEffect()