[Httpunit-commit] SF.net SVN: httpunit:[996] trunk/httpunit/src/com/meterware/httpunit/ protocol/M
Brought to you by:
russgold
|
From: <wol...@us...> - 2008-11-06 00:08:39
|
Revision: 996
http://httpunit.svn.sourceforge.net/httpunit/?rev=996&view=rev
Author: wolfgang_fahl
Date: 2008-11-06 00:08:28 +0000 (Thu, 06 Nov 2008)
Log Message:
-----------
javadoc added
Modified Paths:
--------------
trunk/httpunit/src/com/meterware/httpunit/protocol/MimeEncodedMessageBody.java
Modified: trunk/httpunit/src/com/meterware/httpunit/protocol/MimeEncodedMessageBody.java
===================================================================
--- trunk/httpunit/src/com/meterware/httpunit/protocol/MimeEncodedMessageBody.java 2008-11-05 23:34:58 UTC (rev 995)
+++ trunk/httpunit/src/com/meterware/httpunit/protocol/MimeEncodedMessageBody.java 2008-11-06 00:08:28 UTC (rev 996)
@@ -94,6 +94,12 @@
}
+ /**
+ * add the parameter with the given name value and characterSet
+ * @param name - the name
+ * @param value - the value to set
+ * @param characterSet - the name of the characterSet to use
+ */
public void addParameter( String name, String value, String characterSet ) throws IOException {
if (name == null || name.length() == 0) return;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|