ASF Bugzilla – Attachment 7344 Details for
Bug 21674
[PATCH] Documentation changes for @(Greater|Less|Not)EqualPtg.java
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
combined patch for GreaterEqualPtg.java, LessEqualPtg.java and NotEqualPtg.java (javadoc fixes only)
combined-record-formula.patch (text/plain), 1.31 KB, created by
Eric Ladner
on 2003-07-17 01:33:35 UTC
(
hide
)
Description:
combined patch for GreaterEqualPtg.java, LessEqualPtg.java and NotEqualPtg.java (javadoc fixes only)
Filename:
MIME Type:
Creator:
Eric Ladner
Created:
2003-07-17 01:33:35 UTC
Size:
1.31 KB
patch
obsolete
>--- jakarta-poi-original/src/java/org/apache/poi/hssf/record/formula/GreaterEqualPtg.java 2003-05-06 22:40:52.000000000 -0500 >+++ jakarta-poi/src/java/org/apache/poi/hssf/record/formula/GreaterEqualPtg.java 2003-07-16 20:27:17.000000000 -0500 >@@ -66,7 +66,7 @@ > public final static int SIZE = 1; > public final static byte sid = 0x0c; > >- /** Creates new AddPtg */ >+ /** Creates new GreaterEqualPtg */ > > public GreaterEqualPtg() > { >--- jakarta-poi-original/src/java/org/apache/poi/hssf/record/formula/LessEqualPtg.java 2003-05-06 22:40:52.000000000 -0500 >+++ jakarta-poi/src/java/org/apache/poi/hssf/record/formula/LessEqualPtg.java 2003-07-16 20:27:20.000000000 -0500 >@@ -67,7 +67,7 @@ > public final static int SIZE = 1; > public final static byte sid = 0x0a; > >- /** Creates new AddPtg */ >+ /** Creates new LessEqualPtg */ > > public LessEqualPtg() > { >--- jakarta-poi-original/src/java/org/apache/poi/hssf/record/formula/NotEqualPtg.java 2003-05-06 22:40:52.000000000 -0500 >+++ jakarta-poi/src/java/org/apache/poi/hssf/record/formula/NotEqualPtg.java 2003-07-16 20:27:22.000000000 -0500 >@@ -69,7 +69,7 @@ > public final static int SIZE = 1; > public final static byte sid = 0x0e; > >- /** Creates new AddPtg */ >+ /** Creates new NotEqualPtg */ > > public NotEqualPtg() > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21674
: 7344