klute 2005/02/01 09:17:49
Modified: src/java/org/apache/poi/hssf/record RecordFactory.java
src/java/org/apache/poi/hssf/record/formula
MissingArgPtg.java ParenthesisPtg.java
StringPtg.java
Log:
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.
Revision Changes Path
1.20 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/RecordFactory.java
Index: RecordFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/RecordFactory.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- RecordFactory.java 23 Aug 2004 08:52:33 -0000 1.19
+++ RecordFactory.java 1 Feb 2005 17:17:49 -0000 1.20
@@ -29,7 +29,7 @@
* Title: Record Factory<P>
* Description: Takes a stream and outputs an array of Record objects.<P>
*
- * @deprecated use EventRecordFactory instead
+ * @deprecated use [EMAIL PROTECTED]
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)
1.8 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/formula/MissingArgPtg.java
Index: MissingArgPtg.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/formula/MissingArgPtg.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MissingArgPtg.java 23 Aug 2004 08:52:29 -0000 1.7
+++ MissingArgPtg.java 1 Feb 2005 17:17:49 -0000 1.8
@@ -21,7 +21,7 @@
/**
* Missing Function Arguments
*
- * Avik Sengupta <avik at apache.org>
+ * Avik Sengupta <avik at apache.org>
* @author Jason Height (jheight at chariot dot net dot au)
*/
public class MissingArgPtg
1.14 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/formula/ParenthesisPtg.java
Index: ParenthesisPtg.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/formula/ParenthesisPtg.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ParenthesisPtg.java 23 Aug 2004 08:52:29 -0000 1.13
+++ ParenthesisPtg.java 1 Feb 2005 17:17:49 -0000 1.14
@@ -26,7 +26,7 @@
* precedence reasons, Parenthesis tokens ARE written to ensure that user
entered
* parenthesis are displayed as-is on reading back
*
- * Avik Sengupta <[EMAIL PROTECTED]>
+ * Avik Sengupta <[EMAIL PROTECTED]>
* Andrew C. Oliver (acoliver at apache dot org)
* @author Jason Height (jheight at chariot dot net dot au)
*/
1.13 +1 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/formula/StringPtg.java
Index: StringPtg.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/formula/StringPtg.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- StringPtg.java 26 Aug 2004 03:17:55 -0000 1.12
+++ StringPtg.java 1 Feb 2005 17:17:49 -0000 1.13
@@ -22,7 +22,7 @@
/**
* 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 <length
2 bytes>char[]
* @author Werner Froidevaux
* @author Jason Height (jheight at chariot dot net dot au)
* @author Bernard Chesnoy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/