Author: markt
Date: Thu Sep 27 10:12:58 2012
New Revision: 1390925
URL: http://svn.apache.org/viewvc?rev=1390925&view=rev
Log:
Remove completed TODO
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java?rev=1390925&r1=1390924&r2=1390925&view=diff
==============================================================================
---
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java
(original)
+++
tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java
Thu Sep 27 10:12:58 2012
@@ -37,7 +37,6 @@ public class Cache {
protected WebResource getResource(String path) {
// Multiple concurrent callers will end up with the same CachedResource
// instance
- // TODO Config for TTL
CachedResource newCacheEntry = new CachedResource(root, path, ttl);
CachedResource result =
resourceCache.putIfAbsent(path, newCacheEntry);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]