Javadoc fix. Joy.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-02-19 22:58:48 +00:00
parent 631d4c5b8f
commit 48a768050e
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@ public class RowRecordsAggregate
* Subclasses should implement this so that their data is passed back in a
* byte array.
*
* @param offset to begin writing at
* @param byte array containing instance data
* @param offset offset to begin writing at
* @param data byte array containing instance data
* @return number of bytes written
*/