apply to head: bug id 21674: Javadoc changes. Submitted by Eric Ladner. Thanks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86d3ea980d
commit
42ea21bdca
@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user