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 2002/02/06 20:19:12 UTC

cvs commit: jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt TestBeanReader.java

rdonkin     02/02/06 11:19:12

  Modified:    betwixt/src/test/org/apache/commons/betwixt
                        TestBeanReader.java
  Log:
  Changed commons-logging import to use new logging package structure
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java
  
  Index: TestBeanReader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestBeanReader.java	31 Jan 2002 19:56:03 -0000	1.1
  +++ TestBeanReader.java	6 Feb 2002 19:19:12 -0000	1.2
  @@ -5,7 +5,7 @@
    * version 1.1, a copy of which has been included with this distribution in
    * the LICENSE file.
    * 
  - * $Id: TestBeanReader.java,v 1.1 2002/01/31 19:56:03 jstrachan Exp $
  + * $Id: TestBeanReader.java,v 1.2 2002/02/06 19:19:12 rdonkin Exp $
    */
   package org.apache.commons.betwixt;
   
  @@ -22,13 +22,13 @@
   
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogSource;
  -import org.apache.commons.logging.SimpleLog;
  +import org.apache.commons.logging.impl.SimpleLog;
   
   
   /** Test harness for the BeanReader
     *
     * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
  -  * @version $Revision: 1.1 $
  +  * @version $Revision: 1.2 $
     */
   public class TestBeanReader extends TestCase {
       
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>