You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/01/24 14:54:51 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester XMLBeanInfoDigester.java

rdonkin     2004/01/24 05:54:51

  Modified:    betwixt/src/java/org/apache/commons/betwixt/digester Tag:
                        REFACTORING-BRANCH_2004-01-13
                        XMLBeanInfoDigester.java
  Log:
  Corrected call to deprecated method.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.2.2   +6 -5      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/XMLBeanInfoDigester.java
  
  Index: XMLBeanInfoDigester.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/digester/XMLBeanInfoDigester.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- XMLBeanInfoDigester.java	15 Jan 2004 19:50:56 -0000	1.6.2.1
  +++ XMLBeanInfoDigester.java	24 Jan 2004 13:54:51 -0000	1.6.2.2
  @@ -170,7 +170,8 @@
       public void setAttributesForPrimitives(boolean attributesForPrimitives) {
           this.attributesForPrimitives = attributesForPrimitives;
           if ( introspector != null ) {
  -            introspector.setAttributesForPrimitives( attributesForPrimitives );
  +            introspector.getConfiguration()
  +                .setAttributesForPrimitives( attributesForPrimitives );
           }
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org