mirror of https://github.com/apache/poi.git
cosmetic fix for Area3DPtg.toString()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@693203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a47b6e89c
commit
bee807e5a9
|
@ -57,6 +57,7 @@ public final class Area3DPtg extends AreaPtgBase {
|
|||
public String toString() {
|
||||
StringBuffer sb = new StringBuffer();
|
||||
sb.append(getClass().getName());
|
||||
sb.append(" [");
|
||||
sb.append("sheetIx=").append(getExternSheetIndex());
|
||||
sb.append(" ! ");
|
||||
sb.append(formatReferenceAsString());
|
||||
|
|
Loading…
Reference in New Issue