[infinispan-commits] Infinispan SVN: r432 - trunk/core/src/main/java/org/infinispan/manager.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Jun 10 17:39:12 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-06-10 17:39:12 -0400 (Wed, 10 Jun 2009)
New Revision: 432

Modified:
   trunk/core/src/main/java/org/infinispan/manager/CacheManager.java
Log:
Fixed javadocs

Modified: trunk/core/src/main/java/org/infinispan/manager/CacheManager.java
===================================================================
--- trunk/core/src/main/java/org/infinispan/manager/CacheManager.java	2009-06-10 21:23:58 UTC (rev 431)
+++ trunk/core/src/main/java/org/infinispan/manager/CacheManager.java	2009-06-10 21:39:12 UTC (rev 432)
@@ -41,7 +41,7 @@
  * When the system shuts down, it should call {@link #stop()} on the <tt>CacheManager</tt>.  This will ensure all caches
  * within its scope are properly stopped as well.
  * <p/>
- * Sample usage: <code> CacheManager manager = CacheManager.getInstance("my-config-file.xml"); Cache entityCache =
+ * Sample usage: <code> CacheManager manager = new DefaultCacheManager("my-config-file.xml"); Cache entityCache =
  * manager.getCache("myEntityCache"); entityCache.put("aPerson", new Person());
  * <p/>
  * Configuration myNewConfiguration = new Configuration(); myNewConfiguration.setCacheMode(Configuration.CacheMode.LOCAL);




More information about the infinispan-commits mailing list