You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/06/17 01:09:05 UTC

svn commit: r1748785 - /poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java

Author: onealj
Date: Fri Jun 17 01:09:05 2016
New Revision: 1748785

URL: http://svn.apache.org/viewvc?rev=1748785&view=rev
Log:
bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#cloneProperties

Modified:
    poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java

Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java?rev=1748785&r1=1748784&r2=1748785&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java (original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRun.java Fri Jun 17 01:09:05 2016
@@ -542,19 +542,6 @@ public final class CharacterRun extends
     _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.
    *



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org