fixed typo in toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fa67727ea
commit
d527d61af4
@ -632,7 +632,7 @@ public final class HyperlinkRecord extends StandardRecord {
|
||||
buffer.append(" .moniker = ").append(_moniker.formatAsString()).append("\n");
|
||||
}
|
||||
if ((_linkOpts & HLINK_PLACE) != 0) {
|
||||
buffer.append(" .targetFrame= ").append(getTextMark()).append("\n");
|
||||
buffer.append(" .textMark= ").append(getTextMark()).append("\n");
|
||||
}
|
||||
buffer.append(" .address = ").append(getAddress()).append("\n");
|
||||
buffer.append("[/HYPERLINK RECORD]\n");
|
||||
|
Loading…
Reference in New Issue
Block a user