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:
Javen O'Neal 2016-06-17 01:09:05 +00:00
parent db8471f5f0
commit 56ff882bef
1 changed files with 0 additions and 13 deletions

View File

@ -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.
*