You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2003/10/23 03:18:55 UTC

cvs commit: jakarta-commons-sandbox/dbutils/src/test/org/apache/commons/dbutils TestBean.java

dgraham     2003/10/22 18:18:55

  Modified:    dbutils/src/test/org/apache/commons/dbutils TestBean.java
  Log:
  Made class public so other tests can use it.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-commons-sandbox/dbutils/src/test/org/apache/commons/dbutils/TestBean.java
  
  Index: TestBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/src/test/org/apache/commons/dbutils/TestBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestBean.java	22 Oct 2003 04:16:04 -0000	1.1
  +++ TestBean.java	23 Oct 2003 01:18:55 -0000	1.2
  @@ -66,7 +66,7 @@
    * 
    * @author David Graham
    */
  -class TestBean {
  +public class TestBean {
   
       private String one = null;
   
  
  
  

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