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 2009/03/10 00:14:51 UTC

svn commit: r751905 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java

Author: sebb
Date: Mon Mar  9 23:14:51 2009
New Revision: 751905

URL: http://svn.apache.org/viewvc?rev=751905&view=rev
Log:
Unused code

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java

Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java?rev=751905&r1=751904&r2=751905&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java (original)
+++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java Mon Mar  9 23:14:51 2009
@@ -621,18 +621,18 @@
         return buf.toString();
     }
 
-    /**
-     * Process headerLines
-     * @param en enumeration of Strings
-     * @return String containing the lines
-     */
-    private String convertSoapHeaders(Enumeration en) {
-        StringBuffer buf = new StringBuffer(100);
-        while (en.hasMoreElements()) {
-            buf.append(en.nextElement()).append("\n"); //$NON-NLS-1$
-        }
-        return buf.toString();
-    }
+//    /**
+//     * Process headerLines
+//     * @param en enumeration of Strings
+//     * @return String containing the lines
+//     */
+//    private String convertSoapHeaders(Enumeration en) {
+//        StringBuffer buf = new StringBuffer(100);
+//        while (en.hasMoreElements()) {
+//            buf.append(en.nextElement()).append("\n"); //$NON-NLS-1$
+//        }
+//        return buf.toString();
+//    }
 
     public String getTimeout() {
         return getPropertyAsString(TIMEOUT);



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