]> source.dussan.org Git - poi.git/commitdiff
apply to head: bug id 21674: Javadoc changes. Submitted by Eric Ladner. Thanks
authorAvik Sengupta <avik@apache.org>
Thu, 31 Jul 2003 17:55:36 +0000 (17:55 +0000)
committerAvik Sengupta <avik@apache.org>
Thu, 31 Jul 2003 17:55:36 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353273 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/formula/GreaterEqualPtg.java
src/java/org/apache/poi/hssf/record/formula/LessEqualPtg.java
src/java/org/apache/poi/hssf/record/formula/NotEqualPtg.java

index de0b6238d95b0d509ccdcb191395624b0b08c672..2763fe0b3eb4a8363e7f9f729f68e420f1c8ae7c 100755 (executable)
@@ -66,7 +66,7 @@ public class GreaterEqualPtg
     public final static int  SIZE = 1;
     public final static byte sid  = 0x0c;
 
-    /** Creates new AddPtg */
+    /** Creates new GreaterEqualPtg */
 
    public GreaterEqualPtg()
     {
@@ -118,4 +118,4 @@ public class GreaterEqualPtg
     }
 
 
-}
\ No newline at end of file
+}
index 0c8165fb7c9fb7a1cefb99431ea0c11593c5853f..8c1f14bc729eca270eeb3fc4170507835449deb8 100755 (executable)
@@ -67,7 +67,7 @@ public class LessEqualPtg
         public final static int  SIZE = 1;
         public final static byte sid  = 0x0a;
 
-        /** Creates new AddPtg */
+        /** Creates new LessEqualPtg */
 
        public LessEqualPtg()
         {
@@ -119,4 +119,4 @@ public class LessEqualPtg
         }
 
 
-}
\ No newline at end of file
+}
index c43c1967890b840c5e4608d9609817d2b4154e42..6965c98cdce1222679749b981d8f35337838f9a2 100755 (executable)
@@ -69,7 +69,7 @@ public class NotEqualPtg
         public final static int  SIZE = 1;
         public final static byte sid  = 0x0e;
 
-        /** Creates new AddPtg */
+        /** Creates new NotEqualPtg */
 
        public NotEqualPtg()
         {
@@ -121,4 +121,4 @@ public class NotEqualPtg
         }
 
 
-}
\ No newline at end of file
+}