sebb        2003/11/21 19:25:06

  Modified:    src/functions/org/apache/jmeter/functions
                        FileDataContainer.java
  Log:
  Fixing Javadoc errors
  
  Revision  Changes    Path
  1.8       +7 -4      
jakarta-jmeter/src/functions/org/apache/jmeter/functions/FileDataContainer.java
  
  Index: FileDataContainer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/functions/org/apache/jmeter/functions/FileDataContainer.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FileDataContainer.java    26 Oct 2003 19:03:44 -0000      1.7
  +++ FileDataContainer.java    22 Nov 2003 03:25:06 -0000      1.8
  @@ -98,7 +98,7 @@
   
       /**
        * Creation date: (20/03/2003 09:39:50)
  -     * @param newRowPosition int
  +     * @param newLine - line to be stored
        */
       public void addLine(String newLine)
       {
  @@ -135,8 +135,11 @@
       }
   
       /**
  -     * Creation date: (20/03/2003 09:39:50)
  -     * @param newRowPosition int
  +     * Moves the file pointer to the next row, wrapping
  +     * round to the beginning if necessary.
  +     * 
  +     *  Creation date: (20/03/2003 09:39:50)
  +     *
        */
       public void incrementRowPosition()
       {
  
  
  

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

Reply via email to