You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/07/17 10:35:40 UTC

[Bug 59873] Replace Hyperlink type int constants with a HyperlinkType enum

https://bz.apache.org/bugzilla/show_bug.cgi?id=59873

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Fixed in r1753035 r1753040 r1753041.

Use HyperlinkType.{URL|EMAIL|FILE|DOCUMENT} instead of
Hyperlink.{LINK_URL|LINK_EMAIL|LINK_FILE|LINK_DOCUMENT}.
Use Hyperlink.getTypeEnum instead of Hyperlink.getType

In the future getType will return a HyperlinkType enum and getTypeEnum will be
removed as part of this multi-step process to phase out untyped constants.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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