You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2004/06/07 00:25:55 UTC

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/util DOMPool.java

sebb        2004/06/06 15:25:55

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/util
                        DOMPool.java
  Log:
  Reduce visibility of fields
  
  Revision  Changes    Path
  1.6       +3 -4      jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/util/DOMPool.java
  
  Index: DOMPool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/util/DOMPool.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DOMPool.java	12 Feb 2004 00:29:49 -0000	1.5
  +++ DOMPool.java	6 Jun 2004 22:25:55 -0000	1.6
  @@ -36,7 +36,6 @@
    * <p>
    * Created on:  Jun 17, 2003<br>
    * 
  - * @author Peter Lin
    * @version $Revision$
    */
   public final class DOMPool
  @@ -46,7 +45,7 @@
        * test on an old system will likely run into memory or CPU problems long
        * before the HashMap is an issue.
        */
  -    protected static HashMap MEMCACHE = new HashMap(50);
  +    private static HashMap MEMCACHE = new HashMap(50);
   
       /**
        * Return a document.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org