You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/08/01 05:32:41 UTC

svn commit: r1754702 - /poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java

Author: onealj
Date: Mon Aug  1 05:32:41 2016
New Revision: 1754702

URL: http://svn.apache.org/viewvc?rev=1754702&view=rev
Log:
javadoc fix: incorrect deprecated replacement

Modified:
    poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java?rev=1754702&r1=1754701&r2=1754702&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java Mon Aug  1 05:32:41 2016
@@ -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();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org