You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2014/11/27 20:52:57 UTC

svn commit: r1642224 - /jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java

Author: fschumacher
Date: Thu Nov 27 19:52:57 2014
New Revision: 1642224

URL: http://svn.apache.org/r1642224
Log:
Correct spelling of javadoc

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java?rev=1642224&r1=1642223&r2=1642224&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java Thu Nov 27 19:52:57 2014
@@ -228,10 +228,10 @@ public final class GuiPackage implements
      * @param node
      *            the test element which this GUI is being created for
      * @param guiClass
-     *            the fully qualifed class name of the GUI component which will
+     *            the fully qualified class name of the GUI component which will
      *            be created if it doesn't already exist
      * @param testClass
-     *            the fully qualifed class name of the test elements which have
+     *            the fully qualified class name of the test elements which have
      *            to be edited by the returned GUI component
      *
      * @return the GUI component corresponding to the specified test element