mirror of https://github.com/apache/poi.git
FindBugs - DMI_INVOKING_TOSTRING_ON_ARRAY
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4642b5b43d
commit
ef4060745a
|
@ -348,7 +348,7 @@ public abstract class TAPAbstractType
|
|||
builder.append(" .rgtc = ");
|
||||
builder.append(" (").append(Arrays.toString(getRgtc())).append(" )\n");
|
||||
builder.append(" .rgshd = ");
|
||||
builder.append(" (").append(getRgshd()).append(" )\n");
|
||||
builder.append(" (").append(Arrays.toString(getRgshd())).append(" )\n");
|
||||
builder.append(" .fPropRMark = ");
|
||||
builder.append(" (").append(getFPropRMark()).append(" )\n");
|
||||
builder.append(" .fHasOldProps = ");
|
||||
|
|
Loading…
Reference in New Issue