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

Manik Surtani msurtani at jboss.com
Thu Jan 18 11:55:19 EST 2007


  User: msurtani
  Date: 07/01/18 11:55:19

  Modified:    src/org/jboss/cache/pojo  PojoCacheFactory.java
  Log:
  JBCACHE-889
  
  Revision  Changes    Path
  1.2       +10 -7     JBossCache/src/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/org/jboss/cache/pojo/PojoCacheFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PojoCacheFactory.java	13 Jan 2007 15:55:01 -0000	1.1
  +++ PojoCacheFactory.java	18 Jan 2007 16:55:19 -0000	1.2
  @@ -7,20 +7,21 @@
   
   package org.jboss.cache.pojo;
   
  -import org.jboss.cache.pojo.impl.PojoCacheImpl;
   import org.jboss.cache.config.Configuration;
  +import org.jboss.cache.pojo.impl.PojoCacheImpl;
   
   /**
    * Factory method to create a PojoCache instance.
    *
  - * @version $Id: PojoCacheFactory.java,v 1.1 2007/01/13 15:55:01 bwang Exp $
  + * @version $Id: PojoCacheFactory.java,v 1.2 2007/01/18 16:55:19 msurtani Exp $
    */
   public class PojoCacheFactory
   {
      /**
       * Create a PojoCache instance. Note that this will start the cache life cycle automatically.
  +    *
       * @param config A configuration string that represents the file name that is used to
  -    * configure the underlying Cache instance.
  +    *               setCache the underlying Cache instance.
       * @return PojoCache
       */
      public static PojoCache createCache(String config)
  @@ -30,8 +31,9 @@
   
      /**
       * Create a PojoCache instance.
  +    *
       * @param config A configuration string that represents the file name that is used to
  -    * configure the underlying Cache instance.
  +    *               setCache the underlying Cache instance.
       * @param start If true, it will start the cache life cycle.
       * @return PojoCache
       */
  @@ -42,7 +44,8 @@
   
      /**
       * Create a PojoCache instance.
  -    * @param config A configuration object that is used to configure the underlying Cache instance.
  +    *
  +    * @param config A configuration object that is used to setCache the underlying Cache instance.
       * @param start If true, it will start the cache life cycle.
       * @return PojoCache
       */
  
  
  



More information about the jboss-cvs-commits mailing list