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 2015/11/25 10:48:36 UTC

svn commit: r1716342 - /poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java

Author: onealj
Date: Wed Nov 25 09:48:36 2015
New Revision: 1716342

URL: http://svn.apache.org/viewvc?rev=1716342&view=rev
Log:
javadoc fix

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

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java?rev=1716342&r1=1716341&r2=1716342&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java Wed Nov 25 09:48:36 2015
@@ -31,7 +31,7 @@ public interface ClientAnchor {
      * resize to maintain its row and column anchors (i.e. the
      * object is anchored to the actual from and to row and column)
      * </p>
-     * @deprecated since POI 3.14beta1 (circa 2015-11-24). Use {@link AnchorType.MOVE_AND_RESIZE} instead.
+     * @deprecated since POI 3.14beta1 (circa 2015-11-24). Use {@link AnchorType#MOVE_AND_RESIZE} instead.
      */
     public static final AnchorType MOVE_AND_RESIZE = AnchorType.MOVE_AND_RESIZE;
     
@@ -46,7 +46,7 @@ public interface ClientAnchor {
      * If additional rows/columns are added between the from and to locations of the drawing,
      * the drawing shall move its to anchors as needed to maintain this same absolute size.
      * </p>
-     * @deprecated since POI 3.14beta1 (circa 2015-11-24). Use {@link AnchorType.MOVE_DONT_RESIZE} instead.
+     * @deprecated since POI 3.14beta1 (circa 2015-11-24). Use {@link AnchorType#MOVE_DONT_RESIZE} instead.
      */
     public static final AnchorType MOVE_DONT_RESIZE = AnchorType.MOVE_DONT_RESIZE;
 
@@ -62,7 +62,7 @@ public interface ClientAnchor {
      * drawing, the drawing shall move its anchors as needed
      * to maintain this same absolute position.
      * </p>
-     * @deprecated since POI 3.14beta1 (circa 2015-11-24). Use {@link AnchorType.DONT_MOVE_AND_RESIZE} instead.
+     * @deprecated since POI 3.14beta1 (circa 2015-11-24). Use {@link AnchorType#DONT_MOVE_AND_RESIZE} instead.
      */
     public static final AnchorType DONT_MOVE_AND_RESIZE = AnchorType.DONT_MOVE_AND_RESIZE;
     



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