]> source.dussan.org Git - poi.git/commitdiff
bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#cloneProperties
authorJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 01:09:05 +0000 (01:09 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 01:09:05 +0000 (01:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748785 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java

index 9fc0c780737b215826879e6d87c5c1efbc39a8b1..730133319caa0f7ce1e19eebd58844ed7f33da82 100644 (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.
    *