From: Javen O'Neal Date: Mon, 1 Aug 2016 05:32:41 +0000 (+0000) Subject: javadoc fix: incorrect deprecated replacement X-Git-Tag: REL_3_15_BETA3~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff55ea0bd16374397e9fcb2807e429343efdddd3;p=poi.git javadoc fix: incorrect deprecated replacement git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754702 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/usermodel/CellStyle.java b/src/java/org/apache/poi/ss/usermodel/CellStyle.java index c82ffb98eb..b6c9719790 100644 --- a/src/java/org/apache/poi/ss/usermodel/CellStyle.java +++ b/src/java/org/apache/poi/ss/usermodel/CellStyle.java @@ -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();