mirror of
https://github.com/apache/poi.git
synced 2025-02-08 19:14:42 +00:00
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:
parent
1a96a88ef2
commit
f32b885665
@ -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…
x
Reference in New Issue
Block a user