Author: sebb
Date: Thu Jan  3 07:13:15 2008
New Revision: 608518

URL: http://svn.apache.org/viewvc?rev=608518&view=rev
Log:
Tidy comments

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/functions/Function.java

Modified: 
jakarta/jmeter/trunk/src/core/org/apache/jmeter/functions/Function.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/functions/Function.java?rev=608518&r1=608517&r2=608518&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/functions/Function.java 
(original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/functions/Function.java Thu 
Jan  3 07:13:15 2008
@@ -25,8 +25,7 @@
 import org.apache.jmeter.samplers.Sampler;
 
 /**
- * @author mstover
- * @version $Revision$
+ * Methods that a function must implement
  */
 public interface Function {
        /**
@@ -60,9 +59,7 @@
         * Return a list of strings briefly describing each parameter your 
function
         * takes. Please use JMeterUtils.getResString(resource_name) to grab a
         * resource string. Otherwise, your help text will be difficult to
-        * internationalize. Add your strings to all
-        * org.apache.jmeter.resources.*.properties files. Do not worry about
-        * translating - that's someone else's responsibility.
+        * internationalize.
         * 
         * This list is not optional. If you don't wish to write help, you must 
at
         * least return a List containing the correct number of blank strings, 
one



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to