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/07/17 20:27:57 UTC

svn commit: r1753113 - in /poi/trunk/src/java/org/apache/poi: sl/usermodel/VerticalAlignment.java ss/usermodel/VerticalAlignment.java

Author: onealj
Date: Sun Jul 17 20:27:57 2016
New Revision: 1753113

URL: http://svn.apache.org/viewvc?rev=1753113&view=rev
Log:
if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel

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

Modified: poi/trunk/src/java/org/apache/poi/sl/usermodel/VerticalAlignment.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/usermodel/VerticalAlignment.java?rev=1753113&r1=1753112&r2=1753113&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/usermodel/VerticalAlignment.java (original)
+++ poi/trunk/src/java/org/apache/poi/sl/usermodel/VerticalAlignment.java Sun Jul 17 20:27:57 2016
@@ -21,7 +21,8 @@ package org.apache.poi.sl.usermodel;
 /**
  * Specifies a list of available anchoring types for text
  * 
- * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these. -->
+ * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these to
+ * {@link org.apache.poi.common.usermodel}.VerticalAlignment in the future. -->
  * 
  * @author Yegor Kozlov
  */

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/VerticalAlignment.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/VerticalAlignment.java?rev=1753113&r1=1753112&r2=1753113&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/VerticalAlignment.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/VerticalAlignment.java Sun Jul 17 20:27:57 2016
@@ -21,7 +21,8 @@ package org.apache.poi.ss.usermodel;
  * This enumeration value indicates the type of vertical alignment for a cell, i.e.,
  * whether it is aligned top, bottom, vertically centered, justified or distributed.
  * 
- * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these.-->
+ * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these to
+ * {@link org.apache.poi.common.usermodel}.VerticalAlignment in the future. -->
  */
 public enum VerticalAlignment {
     /**



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