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 2017/02/11 11:20:15 UTC

svn commit: r1782587 - /jmeter/trunk/src/core/org/apache/jmeter/NewDriver.java

Author: fschumacher
Date: Sat Feb 11 11:20:15 2017
New Revision: 1782587

URL: http://svn.apache.org/viewvc?rev=1782587&view=rev
Log:
javadoc: add description to throws tag

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/NewDriver.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/NewDriver.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/NewDriver.java?rev=1782587&r1=1782586&r2=1782587&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/NewDriver.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/NewDriver.java Sat Feb 11 11:20:15 2017
@@ -173,7 +173,7 @@ public final class NewDriver {
      * Add a URL to the loader classpath only; does not update the system classpath.
      *
      * @param path to be added.
-     * @throws MalformedURLException 
+     * @throws MalformedURLException when <code>path</code> points to an ivalid url
      */
     public static void addURL(String path) throws MalformedURLException {
         File furl = new File(path);