git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353273
13f79535-47bb-0310-9956-
ffa450edef68
public final static int SIZE = 1;
public final static byte sid = 0x0c;
- /** Creates new AddPtg */
+ /** Creates new GreaterEqualPtg */
public GreaterEqualPtg()
{
}
-}
\ No newline at end of file
+}
public final static int SIZE = 1;
public final static byte sid = 0x0a;
- /** Creates new AddPtg */
+ /** Creates new LessEqualPtg */
public LessEqualPtg()
{
}
-}
\ No newline at end of file
+}
public final static int SIZE = 1;
public final static byte sid = 0x0e;
- /** Creates new AddPtg */
+ /** Creates new NotEqualPtg */
public NotEqualPtg()
{
}
-}
\ No newline at end of file
+}