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:
Andreas Beeker 2015-08-15 12:20:52 +00:00
parent 860a1ecae0
commit dd5e6e61c4
1 changed files with 1 additions and 1 deletions

View File

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