[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo ...

Ben Wang bwang at jboss.com
Tue Sep 26 09:08:01 EDT 2006


  User: bwang   
  Date: 06/09/26 09:08:01

  Modified:    src-50/org/jboss/cache/pojo  PojoCacheFactory.java
  Log:
  Default is statup on
  
  Revision  Changes    Path
  1.5       +2 -2      JBossCache/src-50/org/jboss/cache/pojo/PojoCacheFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/PojoCacheFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- PojoCacheFactory.java	19 Sep 2006 02:32:02 -0000	1.4
  +++ PojoCacheFactory.java	26 Sep 2006 13:08:01 -0000	1.5
  @@ -13,13 +13,13 @@
   /**
    * Factory method to create a PojoCache instance.
    *
  - * @version $Id: PojoCacheFactory.java,v 1.4 2006/09/19 02:32:02 bwang Exp $
  + * @version $Id: PojoCacheFactory.java,v 1.5 2006/09/26 13:08:01 bwang Exp $
    */
   public class PojoCacheFactory
   {
      public static PojoCache createInstance(String config)
      {
  -      return new PojoCacheImpl(config, false);
  +      return new PojoCacheImpl(config, true);
      }
   
      public static PojoCache createInstance(String config, boolean start)
  
  
  



More information about the jboss-cvs-commits mailing list