khammond 01/10/16 06:33:14
Modified: src/org/apache/jmeter/protocol/jdbc/sampler JDBCSampler.java
Log:
Code from Amith Varghese:
Here are my changes to the JDBC input box. I basically changed the
Database URL label to JDBC URL and I removed the Sub Protocol box from the GUI
and code.
Revision Changes Path
1.10 +0 -0
jakarta-jmeter/src/org/apache/jmeter/protocol/jdbc/sampler/JDBCSampler.java
Index: JDBCSampler.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/org/apache/jmeter/protocol/jdbc/sampler/JDBCSampler.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- JDBCSampler.java 2001/10/16 13:30:53 1.9
+++ JDBCSampler.java 2001/10/16 13:33:14 1.10
@@ -69,8 +69,8 @@
* A sampler which understands JDBC database requests
*
*@author $Author: khammond $
- *@created $Date: 2001/10/16 13:30:53 $
- *@version $Revision: 1.9 $
+ *@created $Date: 2001/10/16 13:33:14 $
+ *@version $Revision: 1.10 $
***********************************************************/
public class JDBCSampler implements Sampler
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]