Update of /var/cvs/src/org/mmbase/cache
In directory james.mmbase.org:/tmp/cvs-serv27728
Modified Files:
QueryResultCache.java
Log Message:
made the silly constructor public
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/cache
Index: QueryResultCache.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/cache/QueryResultCache.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- QueryResultCache.java 24 Jun 2008 09:54:44 -0000 1.46
+++ QueryResultCache.java 8 Dec 2008 15:34:26 -0000 1.47
@@ -32,7 +32,7 @@
* @author Daniel Ockeloen
* @author Michiel Meeuwissen
* @author Bunst Eunders
- * @version $Id: QueryResultCache.java,v 1.46 2008/06/24 09:54:44 michiel Exp $
+ * @version $Id: QueryResultCache.java,v 1.47 2008/12/08 15:34:26 michiel Exp $
* @since MMBase-1.7
* @see org.mmbase.storage.search.SearchQuery
* @todo Perhaps we could put the 'typeCounter' stuff in a sub-class.
@@ -62,7 +62,7 @@
*/
private final ChainedReleaseStrategy releaseStrategy;
- QueryResultCache(int size) {
+ public QueryResultCache(int size) {
super(size);
releaseStrategy = new ChainedReleaseStrategy();
log.service("Instantiated a " + this.getClass().getName() + " (" +
releaseStrategy + ")"); // should happen limited number of times
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs