]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix getResourceCacheTime() javadoc to specify that the return value is in seconds...
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 17 Aug 2012 08:20:48 +0000 (08:20 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 17 Aug 2012 08:20:48 +0000 (08:20 +0000)
svn changeset:24189/svn branch:6.8

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

index b7a6fd3479c38444f2d530e9487c75a27b545b29..9313e3bcad6a493c226274f3ebbe17d458d5e51e 100644 (file)
@@ -370,10 +370,10 @@ public abstract class AbstractApplicationServlet extends HttpServlet implements
     }
 
     /**
-     * Returns the amount of milliseconds the browser should cache a file.
-     * Default is 1 hour (3600 ms).
+     * Returns the number of seconds the browser should cache a file. Default is
+     * 1 hour (3600 s).
      * 
-     * @return The amount of milliseconds files are cached in the browser
+     * @return The number of seconds files are cached in the browser
      */
     public int getResourceCacheTime() {
         return resourceCacheTime;