You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2011/11/18 20:53:41 UTC

svn commit: r1203811 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java

Author: pmouawad
Date: Fri Nov 18 19:53:41 2011
New Revision: 1203811

URL: http://svn.apache.org/viewvc?rev=1203811&view=rev
Log:
Fixed javadoc

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java?rev=1203811&r1=1203810&r2=1203811&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/HTMLParser.java Fri Nov 18 19:53:41 2011
@@ -140,7 +140,7 @@ public abstract class HTMLParser {
         // Whether this can be a problem in practical situations I can't tell,
         // but
         // thought I'd keep a note just in case...
-        // BTW, note that using a Vector and removing duplicates via scan
+        // BTW, note that using a List and removing duplicates via scan
         // would not help, since URL.equals requires name resolution too.
         // The above problem has now been addressed with the URLString and
         // URLCollection classes.