javadoc fix: incorrect deprecated replacement
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20907fc5b4
commit
5ddd038640
@ -81,7 +81,7 @@ public interface CellStyle {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* vertically justified vertical alignment
|
* vertically justified vertical alignment
|
||||||
* @deprecated POI 3.15 beta 3. Use {@link VerticalAlignment#TOP} instead.
|
* @deprecated POI 3.15 beta 3. Use {@link VerticalAlignment#JUSTIFY} instead.
|
||||||
*/
|
*/
|
||||||
static final short VERTICAL_JUSTIFY = 0x3; //VerticalAlignment.JUSTIFY.getCode();
|
static final short VERTICAL_JUSTIFY = 0x3; //VerticalAlignment.JUSTIFY.getCode();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user