[jboss-cvs] JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader ...

Mircea Markus mircea.markus at gmail.com
Mon Mar 5 16:10:53 EST 2007


  User: mmarkus 
  Date: 07/03/05 16:10:53

  Modified:    tests/perf/org/jboss/cache/manualtests/cacheloader 
                        OneConnectionFactory.java
  Log:
  some classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
  
  Revision  Changes    Path
  1.2       +3 -3      JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader/OneConnectionFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OneConnectionFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/manualtests/cacheloader/OneConnectionFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- OneConnectionFactory.java	10 Feb 2007 17:47:02 -0000	1.1
  +++ OneConnectionFactory.java	5 Mar 2007 21:10:53 -0000	1.2
  @@ -1,7 +1,7 @@
   package org.jboss.cache.manualtests.cacheloader;
   
   import org.jboss.cache.loader.ConnectionFactory;
  -import org.jboss.cache.loader.AdjListJDBCClassLoaderConfig;
  +import org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig;
   
   import java.sql.Connection;
   import java.sql.SQLException;
  @@ -16,12 +16,12 @@
    */
   public class OneConnectionFactory implements ConnectionFactory
   {
  -    private AdjListJDBCClassLoaderConfig config;
  +    private AdjListJDBCCacheLoaderConfig config;
   
       private Connection conn;
   
   
  -    public void setConfig(AdjListJDBCClassLoaderConfig config)
  +    public void setConfig(AdjListJDBCCacheLoaderConfig config)
       {
           this.config = config;
       }
  
  
  



More information about the jboss-cvs-commits mailing list