vgritsenko    01/08/18 10:55:27

  Modified:    src/org/apache/cocoon/components/store Tag: cocoon_20_branch
                        MRUMemoryStore.java
  Log:
  Patch from Gerhard
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.7   +1 -1      
xml-cocoon2/src/org/apache/cocoon/components/store/MRUMemoryStore.java
  
  Index: MRUMemoryStore.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/store/MRUMemoryStore.java,v
  retrieving revision 1.2.2.6
  retrieving revision 1.2.2.7
  diff -u -r1.2.2.6 -r1.2.2.7
  --- MRUMemoryStore.java       2001/07/22 17:59:23     1.2.2.6
  +++ MRUMemoryStore.java       2001/08/18 17:55:27     1.2.2.7
  @@ -159,7 +159,7 @@
      */
     public void configure(Configuration conf) throws ConfigurationException {
       this.jvm         = Runtime.getRuntime();
  -    this.cache       = new HashMap();
  +    this.cache       = new HashMap(75);
       this.mrulist     = new LinkedList();
       this.writerstack = new Stack();
     
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to