]> source.dussan.org Git - poi.git/commitdiff
javadoc fix: incorrect deprecated replacement
authorJaven O'Neal <onealj@apache.org>
Mon, 1 Aug 2016 05:32:41 +0000 (05:32 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 1 Aug 2016 05:32:41 +0000 (05:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754702 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/usermodel/CellStyle.java

index c82ffb98eb469b5827941eec99e10799585a426f..b6c971979065e5733177220b57e5fe6fb9edeac3 100644 (file)
@@ -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();