Browse Source

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
tags/REL_3_14_BETA1
Nick Burch 8 years ago
parent
commit
f32b885665
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java

+ 1
- 1
src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java View 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() {


Loading…
Cancel
Save