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 2007/10/21 15:02:43 UTC

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

Author: sebb
Date: Sun Oct 21 06:02:43 2007
New Revision: 586893

URL: http://svn.apache.org/viewvc?rev=586893&view=rev
Log:
Comment unused constants

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

Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java?rev=586893&r1=586892&r2=586893&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java (original)
+++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java Sun Oct 21 06:02:43 2007
@@ -150,15 +150,15 @@
     /* Shown as Parameter Name on the GUI */
 	public final static String FILE_FIELD = "HTTPSampler.FILE_FIELD"; // $NON-NLS-1$
 
-	public final static String FILE_DATA = "HTTPSampler.FILE_DATA"; // $NON-NLS-1$
+//	public final static String FILE_DATA = "HTTPSampler.FILE_DATA"; // $NON-NLS-1$
 
-	public final static String FILE_MIMETYPE = "HTTPSampler.FILE_MIMETYPE"; // $NON-NLS-1$
+//	public final static String FILE_MIMETYPE = "HTTPSampler.FILE_MIMETYPE"; // $NON-NLS-1$
 
 	public final static String CONTENT_TYPE = "HTTPSampler.CONTENT_TYPE"; // $NON-NLS-1$
 
-	public final static String NORMAL_FORM = "normal_form"; // $NON-NLS-1$
+//	public final static String NORMAL_FORM = "normal_form"; // $NON-NLS-1$
 
-	public final static String MULTIPART_FORM = "multipart_form"; // $NON-NLS-1$
+//	public final static String MULTIPART_FORM = "multipart_form"; // $NON-NLS-1$
 
 	// public final static String ENCODED_PATH= "HTTPSampler.encoded_path";
 	
@@ -211,7 +211,7 @@
 
     protected static final String HEADER_CONTENT_DISPOSITION = "Content-Disposition"; // $NON-NLS-1$
 
-    protected static final String HEADER_CONTENT_TYPE = "Content-Type"; // $NON-NLS-1$
+    public static final String HEADER_CONTENT_TYPE = "Content-Type"; // $NON-NLS-1$
 
     public static final String HEADER_CONTENT_LENGTH = "Content-Length"; // $NON-NLS-1$
 



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