You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2007/10/28 05:57:37 UTC

svn commit: r589268 - /incubator/abdera/java/trunk/protocol/src/main/java/org/apache/abdera/protocol/util/AbstractResponse.java

Author: jmsnell
Date: Sat Oct 27 21:57:31 2007
New Revision: 589268

URL: http://svn.apache.org/viewvc?rev=589268&view=rev
Log:
Fix for the cache test failure

Modified:
    incubator/abdera/java/trunk/protocol/src/main/java/org/apache/abdera/protocol/util/AbstractResponse.java

Modified: incubator/abdera/java/trunk/protocol/src/main/java/org/apache/abdera/protocol/util/AbstractResponse.java
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/protocol/src/main/java/org/apache/abdera/protocol/util/AbstractResponse.java?rev=589268&r1=589267&r2=589268&view=diff
==============================================================================
--- incubator/abdera/java/trunk/protocol/src/main/java/org/apache/abdera/protocol/util/AbstractResponse.java (original)
+++ incubator/abdera/java/trunk/protocol/src/main/java/org/apache/abdera/protocol/util/AbstractResponse.java Sat Oct 27 21:57:31 2007
@@ -29,7 +29,6 @@
 
   protected String[] nocache_headers = null;
   protected String[] private_headers = null;
-  protected long max_age = -1;
   protected long smax_age = -1;
   
   public long getAge() {