trivial fix for ShadingDescriptor.toString()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-16 12:36:31 +00:00
parent ac23837695
commit df3357b85e
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public final class ShadingDescriptor
public String toString()
{
if ( isEmpty() )
return "[SHD] EMPTY]";
return "[SHD] EMPTY";
return "[SHD] (cvFore: " + _icoFore.getShortValue( _info )
+ "; cvBack: " + _icoBack.getShortValue( _info ) + "; iPat: "