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:
Josh Micich 2009-02-19 19:05:06 +00:00
parent 2ea123586a
commit b339adbe7d
1 changed files with 1 additions and 1 deletions

View File

@ -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");