add public clone()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de22f56bec
commit
ddff2fc8ee
@ -49,6 +49,12 @@ public final class DropCapSpecifier
|
||||
this._fdct = fdct;
|
||||
}
|
||||
|
||||
@Override
|
||||
public DropCapSpecifier clone()
|
||||
{
|
||||
return new DropCapSpecifier( _fdct );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals( Object obj )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user