Author: sebb
Date: Mon Oct 24 19:35:20 2011
New Revision: 1188326

URL: http://svn.apache.org/viewvc?rev=1188326&view=rev
Log:
Javadoc

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java?rev=1188326&r1=1188325&r2=1188326&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java 
(original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java Mon 
Oct 24 19:35:20 2011
@@ -196,7 +196,7 @@ public class JMeterUtils implements Unit
      *
      * @param file
      *            the file to load
-     * @return the Properties from the file
+     * @return the Properties from the file, may be null (e.g. file not found)
      */
     public static Properties loadProperties(String file) {
         Properties p = new Properties();



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to