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 2015/12/11 21:40:35 UTC

svn commit: r1719540 - /jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java

Author: fschumacher
Date: Fri Dec 11 20:40:35 2015
New Revision: 1719540

URL: http://svn.apache.org/viewvc?rev=1719540&view=rev
Log:
javadoc. Add return annotation.

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java?rev=1719540&r1=1719539&r2=1719540&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java Fri Dec 11 20:40:35 2015
@@ -58,7 +58,7 @@ public class Sample {
     }
 
     /**
-     * Return the row number from the CSV source from which this sample has been
+     * @return the row number from the CSV source from which this sample has been
      * built.
      */
     public long getSampleRow() {