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

Manik Surtani msurtani at jboss.com
Fri Jan 5 04:04:58 EST 2007


  User: msurtani
  Date: 07/01/05 04:04:58

  Modified:    src/org/jboss/cache/factories  CacheFactory.java
  Log:
  - Improved javadocs
  
  Revision  Changes    Path
  1.5       +1 -1      JBossCache/src/org/jboss/cache/factories/CacheFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/factories/CacheFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CacheFactory.java	30 Dec 2006 17:49:57 -0000	1.4
  +++ CacheFactory.java	5 Jan 2007 09:04:58 -0000	1.5
  @@ -17,7 +17,7 @@
    * Typical usage would be:
    * <p/>
    * <pre>
  - *   CacheFactory factory = new CacheFactoryImpl();
  + *   CacheFactory factory = DefaultCacheFactory.getInstance();
    *   Cache cache = factory.createCache("replSync-service.xml"); // expects this file to be in classpath
    * <p/>
    *     ...
  
  
  



More information about the jboss-cvs-commits mailing list