bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#cloneProperties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5fe6c32f85
commit
3369507cac
@ -542,19 +542,6 @@ public final class CharacterRun extends Range
|
||||
_props.setIco24(colour24);
|
||||
}
|
||||
|
||||
/**
|
||||
* clone the CharacterProperties object associated with this characterRun so
|
||||
* that you can apply it to another CharacterRun
|
||||
*
|
||||
* @deprecated This method shall not be public and should not be called from
|
||||
* high-level code
|
||||
*/
|
||||
@Deprecated
|
||||
public CharacterProperties cloneProperties()
|
||||
{
|
||||
return _props.clone();
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to create a deep copy of this object.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user