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 2016/11/27 18:20:43 UTC

svn commit: r1771621 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java

Author: pmouawad
Date: Sun Nov 27 18:20:43 2016
New Revision: 1771621

URL: http://svn.apache.org/viewvc?rev=1771621&view=rev
Log:
Fix wrong javadoc

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java

Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java?rev=1771621&r1=1771620&r2=1771621&view=diff
==============================================================================
--- jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java (original)
+++ jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java Sun Nov 27 18:20:43 2016
@@ -54,7 +54,7 @@ import org.apache.jorphan.reflect.Functo
  */
 /**
  * A GUI panel allowing the user to enter file information for http upload.
- * Used by MultipartUrlConfigGui for use in HTTP Samplers.
+ * Used by UrlConfigGui for use in HTTP Samplers.
  */
 public class HTTPFileArgsPanel extends JPanel implements ActionListener {