You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2010/09/11 13:14:05 UTC

svn commit: r996120 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java

Author: pete
Date: Sat Sep 11 11:14:04 2010
New Revision: 996120

URL: http://svn.apache.org/viewvc?rev=996120&view=rev
Log:
one more [long] I missed in the last commit

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java?rev=996120&r1=996119&r2=996120&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java Sat Sep 11 11:14:04 2010
@@ -36,7 +36,7 @@ import org.apache.wicket.util.string.Str
  */
 public final class RequestUtils
 {
-	public static final long MAX_CACHE_DURATION = 60 * 60 * 24 * 365; // one year, maximum recommended cache duration
+	public static final int MAX_CACHE_DURATION = 60 * 60 * 24 * 365; // one year, maximum recommended cache duration
 
 	/**
 	 * Decode the provided queryString as a series of key/ value pairs and set them in the provided