mirror of https://github.com/apache/poi.git
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
c1d12f4dc0
commit
ff55ea0bd1
|
@ -81,7 +81,7 @@ public interface CellStyle {
|
|||
|
||||
/**
|
||||
* 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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue