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/15 23:01:03 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/nowrap TestNoWrap.java

rdonkin     2004/01/15 14:01:03

  Modified:    betwixt/src/test/org/apache/commons/betwixt/nowrap Tag:
                        REFACTORING-BRANCH_2004-01-13 TestNoWrap.java
  Log:
  Cosmetic tidying.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.2   +6 -6      jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/nowrap/TestNoWrap.java
  
  Index: TestNoWrap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/nowrap/TestNoWrap.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- TestNoWrap.java	13 Jan 2004 21:49:47 -0000	1.9.2.1
  +++ TestNoWrap.java	15 Jan 2004 22:01:03 -0000	1.9.2.2
  @@ -7,7 +7,7 @@
    * 
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -151,7 +151,7 @@
           out.write("<?xml version='1.0'?>");
           BeanWriter beanWriter = new BeanWriter(out);
           beanWriter.setXMLIntrospector(createXMLIntrospector());
  -        beanWriter.setWriteIDs(false);
  +        beanWriter.getBindingConfiguration().setMapIDs(false);
           beanWriter.enablePrettyPrint();
           
           beanWriter.write(po);
  
  
  

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