sebb 2004/07/02 19:41:48
Modified: src/protocol/http/org/apache/jmeter/protocol/http/sampler
AccessLogSampler.java
Log:
Pick up constants from HTTPSamplerBase class
Revision Changes Path
1.15 +4 -4
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java
Index: AccessLogSampler.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSampler.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- AccessLogSampler.java 20 Jun 2004 18:49:56 -0000 1.14
+++ AccessLogSampler.java 3 Jul 2004 02:41:48 -0000 1.15
@@ -259,7 +259,7 @@
*/
public String getPortString()
{
- return super.getPropertyAsString(HTTPSampler.PORT);
+ return super.getPropertyAsString(HTTPSamplerBase.PORT);
}
/**
@@ -268,7 +268,7 @@
*/
public void setPortString(String port)
{
- super.setProperty(HTTPSampler.PORT, port);
+ super.setProperty(HTTPSamplerBase.PORT, port);
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]