Fix javadoc warning - @see with a URL needs wrapping in an a-href tag

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-10-25 16:19:35 +00:00
parent dc947416d4
commit 90db0bf451

View File

@ -56,7 +56,7 @@ public class XDGFText {
/** /**
* These are in the shape coordinate system * 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() { public Rectangle2D.Double getTextBounds() {