]> source.dussan.org Git - poi.git/commitdiff
if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at...
authorJaven O'Neal <onealj@apache.org>
Sun, 17 Jul 2016 20:27:57 +0000 (20:27 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 17 Jul 2016 20:27:57 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753113 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/sl/usermodel/VerticalAlignment.java
src/java/org/apache/poi/ss/usermodel/VerticalAlignment.java

index 6a63af6b0e8f6da9df34380361d196bf2b5a83f2..a38da00bf1a554940d4b2caeaadeb15fba6c4951 100644 (file)
@@ -21,7 +21,8 @@ package org.apache.poi.sl.usermodel;
 /**\r
  * Specifies a list of available anchoring types for text\r
  * \r
- * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these. -->\r
+ * <!-- FIXME: Identical to {@link org.apache.poi.ss.usermodel.VerticalAlignment}. Should merge these to\r
+ * {@link org.apache.poi.common.usermodel}.VerticalAlignment in the future. -->\r
  * \r
  * @author Yegor Kozlov\r
  */\r
index 32d5e64a7763e3d07bbb83c282899bf175e41522..f8976d1307115e9bf4a8b735b836fe666ff044de 100644 (file)
@@ -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 {
     /**