You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2008/04/25 16:13:08 UTC

svn commit: r651613 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/area/Area.java

Author: adelmelle
Date: Fri Apr 25 07:13:08 2008
New Revision: 651613

URL: http://svn.apache.org/viewvc?rev=651613&view=rev
Log:
Added missing file from r651575

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/area/Area.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/area/Area.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/area/Area.java?rev=651613&r1=651612&r2=651613&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/area/Area.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/area/Area.java Fri Apr 25 07:13:08 2008
@@ -368,18 +368,6 @@
     }
 
     /**
-     * Add a trait property to this area.
-     *
-     * @param prop the Trait to add
-     */
-    public void addTrait(Trait prop) {
-        if (props == null) {
-            props = new java.util.HashMap(20);
-        }
-        props.put(prop.getPropType(), prop.getData());
-    }
-
-    /**
      * Add a trait to this area.
      *
      * @param traitCode the trait key



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