Javadoc comments fixed so that the JDK 1.5 standard doclet doesn't

stumble over it. Folks, remember that this is HTML code and special
characters like '<', '>' or '&' must be written as entity references.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2005-02-01 17:17:49 +00:00
parent 15bc229c4d
commit 86cc0f8b98
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ import java.util.*;
* Title: Record Factory<P>
* Description: Takes a stream and outputs an array of Record objects.<P>
*
* @deprecated use EventRecordFactory instead
* @deprecated use {@link org.apache.poi.hssf.eventmodel.EventRecordFactory} instead
* @see org.apache.poi.hssf.eventmodel.EventRecordFactory
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Marc Johnson (mjohnson at apache dot org)

View File

@ -21,7 +21,7 @@ import org.apache.poi.hssf.model.Workbook;
/**
* Missing Function Arguments
*
* Avik Sengupta <avik at apache.org>
* Avik Sengupta &lt;avik at apache.org&gt;
* @author Jason Height (jheight at chariot dot net dot au)
*/
public class MissingArgPtg

View File

@ -26,7 +26,7 @@ import org.apache.poi.hssf.model.Workbook;
* precedence reasons, Parenthesis tokens ARE written to ensure that user entered
* parenthesis are displayed as-is on reading back
*
* Avik Sengupta <lists@aviksengupta.com>
* Avik Sengupta &lt;lists@aviksengupta.com&gt;
* Andrew C. Oliver (acoliver at apache dot org)
* @author Jason Height (jheight at chariot dot net dot au)
*/

View File

@ -22,7 +22,7 @@ import org.apache.poi.util.StringUtil;
/**
* Number
* Stores a String value in a formula value stored in the format <length 2 bytes>char[]
* Stores a String value in a formula value stored in the format &lt;length 2 bytes&gt;char[]
* @author Werner Froidevaux
* @author Jason Height (jheight at chariot dot net dot au)
* @author Bernard Chesnoy