- Removed a @todo and replaced it with javadoc about RemoteCachingWrapperFilter that was added in LUCENE-853

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@526846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-04-09 17:25:33 +00:00
parent 48e662cf52
commit 2137fae116
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ public class CachingWrapperFilter extends Filter {
protected Filter filter;
/**
* @todo What about serialization in RemoteSearchable? Caching won't work.
* Should transient be removed?
* A transient Filter cache. To cache Filters even when using {@link RemoteSearchable} use
* {@link RemoteCachingWrapperFilter} instead.
*/
protected transient Map cache;