sebb 2005/07/03 16:08:17
Modified: src/protocol/http/org/apache/jmeter/protocol/http/util
HTTPResultConverter.java
Log:
Add version info
Revision Changes Path
1.6 +9 -0
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPResultConverter.java
Index: HTTPResultConverter.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPResultConverter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- HTTPResultConverter.java 3 Jul 2005 23:06:18 -0000 1.5
+++ HTTPResultConverter.java 3 Jul 2005 23:08:17 -0000 1.6
@@ -40,6 +40,15 @@
public class HTTPResultConverter extends SampleResultConverter
{
+ /**
+ * Returns the converter version; used to check for possible
+ * incompatibilities
+ */
+ public static String getVersion()
+ {
+ return "$Revision$";
+ }
+
/**
* @param arg0
* @param arg1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]