sebb 2003/12/01 08:48:43
Modified: src/protocol/http/org/apache/jmeter/protocol/http/parser
HTMLParser.java
Log:
Fix Javadoc warnings
Revision Changes Path
1.7 +3 -3
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java
Index: HTMLParser.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- HTMLParser.java 27 Nov 2003 12:31:54 -0000 1.6
+++ HTMLParser.java 1 Dec 2003 16:48:43 -0000 1.7
@@ -263,7 +263,7 @@
* should be reported by throwing an HTMLParseException.
*
* @param html HTML code
- * @param url Base URL from which the HTML code was obtained
+ * @param baseUrl Base URL from which the HTML code was obtained
* @return an Iterator for the resource URLs
*/
public Iterator getEmbeddedResourceURLs(byte[] html, URL baseUrl)
@@ -290,7 +290,7 @@
* should be reported by throwing an HTMLParseException.
*
* @param html HTML code
- * @param url Base URL from which the HTML code was obtained
+ * @param baseUrl Base URL from which the HTML code was obtained
* @param coll Collection
* @return an Iterator for the resource URLs
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]