From 56ff882befa757b853f62debebdb6df37f781233 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Fri, 17 Jun 2016 01:09:05 +0000 Subject: [PATCH] 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 --- .../org/apache/poi/hwpf/usermodel/CharacterRun.java | 13 ------------- 1 file changed, 13 deletions(-) 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. * -- 2.39.5