From: Javen O'Neal Date: Fri, 17 Jun 2016 01:09:05 +0000 (+0000) Subject: bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#cloneProperties X-Git-Tag: REL_3_15_BETA2~80 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56ff882befa757b853f62debebdb6df37f781233;p=poi.git 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 --- diff --git a/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java b/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java index 9fc0c78073..730133319c 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java @@ -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. *