]> source.dussan.org Git - vaadin-framework.git/commitdiff
Typo fix: expiracy => expiration
authorJani Laakso <jani.laakso@itmill.com>
Tue, 16 Jan 2007 14:22:12 +0000 (14:22 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Tue, 16 Jan 2007 14:22:12 +0000 (14:22 +0000)
svn changeset:277/svn branch:toolkit

src/com/itmill/toolkit/terminal/ApplicationResource.java
src/com/itmill/toolkit/terminal/ClassResource.java
src/com/itmill/toolkit/terminal/DownloadStream.java
src/com/itmill/toolkit/terminal/FileResource.java
src/com/itmill/toolkit/terminal/StreamResource.java

index 16f818b3dbfb656350b204824bc9db296540818c..2307b1e58f518a404511aceeb15dc86adf6bb8f7 100644 (file)
@@ -54,7 +54,7 @@ public interface ApplicationResource extends Resource {
        /** Get virtual filename for the resource */
        public String getFilename();
        
-       /** Get lenght of cache expiracy time.
+       /** Get lenght of cache expiration time.
         * 
         * <p>This gives the adapter the possibility cache streams sent to the 
         * client. The caching may be made in adapter or at the client if the 
index ae208985997c6c1ed1a2f2d60b89cba15d9405d6..dd71c36739be6329633599d2e62c8989b62042a2 100644 (file)
@@ -134,7 +134,7 @@ public class ClassResource implements ApplicationResource {
                return cacheTime;
        }
 
-       /** Set lenght of cache expiracy time.
+       /** Set lenght of cache expiration time.
         * 
         * <p>This gives the adapter the possibility cache streams sent to the
         * client. The caching may be made in adapter or at the client if the 
index fc0f5569b09c7753864860ecd3930daa906df484..74473ff4db964a678728c280646890a65b772674 100644 (file)
@@ -145,7 +145,7 @@ public class DownloadStream {
                return null;
        }
        
-       /** Get lenght of cache expiracy time.
+       /** Get lenght of cache expiration time.
         *  This gives the adapter the possibility cache streams sent to the client.
         *  The caching may be made in adapter or at the client if the client supports
         *  caching. Default is DEFAULT_CACHETIME.
@@ -155,7 +155,7 @@ public class DownloadStream {
                return cacheTime;
        }
 
-       /** Set lenght of cache expiracy time.
+       /** Set lenght of cache expiration time.
         *  This gives the adapter the possibility cache streams sent to the client.
         *  The caching may be made in adapter or at the client if the client supports
         *  caching. Zero or negavive value disbales the caching of this stream.
index e67f55a18b140809347678684f3298081db1cbc0..dcc06cbed52a7739d626c9610d2bcd2096bd0919 100644 (file)
@@ -116,7 +116,7 @@ public class FileResource implements ApplicationResource {
                return FileTypeResolver.getMIMEType(sourceFile);
        }
        
-       /** Get lenght of cache expiracy time.
+       /** Get lenght of cache expiration time.
         *  This gives the adapter the possibility cache streams sent to the client.
         *  The caching may be made in adapter or at the client if the client supports
         *  caching. Default is DownloadStream.DEFAULT_CACHETIME.
@@ -126,7 +126,7 @@ public class FileResource implements ApplicationResource {
                return cacheTime;
        }
 
-       /** Set lenght of cache expiracy time.
+       /** Set lenght of cache expiration time.
         *  This gives the adapter the possibility cache streams sent to the client.
         *  The caching may be made in adapter or at the client if the client supports
         *  caching. Zero or negavive value disbales the caching of this stream.
index 9d3533de710e5eaae472a32c6e1751e5e499af04..8d2a38e004d7184b29dfd4f45880de70f0bc288d 100644 (file)
@@ -168,7 +168,7 @@ public class StreamResource implements ApplicationResource {
                return cacheTime;
        }
 
-       /** Set lenght of cache expiracy time.
+       /** Set lenght of cache expiration time.
         * 
         * <p>This gives the adapter the possibility cache streams sent to the
         * client. The caching may be made in adapter or at the client if the