Author: sebb
Date: Wed Sep 28 11:29:24 2011
New Revision: 1176829

URL: http://svn.apache.org/viewvc?rev=1176829&view=rev
Log:
Javadoc

Modified:
    
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java

Modified: 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java?rev=1176829&r1=1176828&r2=1176829&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java
 (original)
+++ 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HTTPArgument.java
 Wed Sep 28 11:29:24 2011
@@ -203,6 +203,11 @@ public class HTTPArgument extends Argume
 
     }
 
+    /**
+     * Converts all {@link Argument} entries in the collection to {@link 
HTTPArgument} entries.
+     * 
+     * @param args collection of {@link Argument} and/or {@link HTTPArgument} 
entries
+     */
     public static void convertArgumentsToHTTP(Arguments args) {
         List<Argument> newArguments = new LinkedList<Argument>();
         PropertyIterator iter = args.getArguments().iterator();



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
For additional commands, e-mail: notifications-h...@jakarta.apache.org

Reply via email to