sebb 2003/10/04 18:14:04
Modified: src/protocol/http/org/apache/jmeter/protocol/http/sampler
HTTPSampler.java
Log:
Removing unused items
Revision Changes Path
1.52 +2 -2
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java
Index: HTTPSampler.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- HTTPSampler.java 29 Sep 2003 14:56:01 -0000 1.51
+++ HTTPSampler.java 5 Oct 2003 01:14:04 -0000 1.52
@@ -458,7 +458,7 @@
* Holds a list of URLs sampled - so we're not flooding stdout with debug
* information
*/
- private ArrayList m_sampledURLs = new ArrayList();
+ //private ArrayList m_sampledURLs = new ArrayList();
/**
* Constructor for the HTTPSampler object.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]