]> source.dussan.org Git - poi.git/commitdiff
Fix javadoc warning - @see with a URL needs wrapping in an a-href tag
authorNick Burch <nick@apache.org>
Sun, 25 Oct 2015 16:19:35 +0000 (16:19 +0000)
committerNick Burch <nick@apache.org>
Sun, 25 Oct 2015 16:19:35 +0000 (16:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710460 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java

index 8b4c30bc8eee8a3f08a7676a795560c92d2e1323..f3b24f905445ab625b7f7cf1263c5888e829a6cf 100644 (file)
@@ -56,7 +56,7 @@ public class XDGFText {
     /**
      * These are in the shape coordinate system
      *
-     * @see https://msdn.microsoft.com/en-us/library/hh644132(v=office.12).aspx
+     * @see <a href="https://msdn.microsoft.com/en-us/library/hh644132(v=office.12).aspx">Text Block Coordinate System docs</a>
      */
     public Rectangle2D.Double getTextBounds() {