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

Manik Surtani msurtani at jboss.com
Thu Jul 20 14:45:24 EDT 2006


  User: msurtani
  Date: 06/07/20 14:45:24

  Modified:    src/org/jboss/cache/config  Configuration.java
  Log:
  Added a TODO
  
  Revision  Changes    Path
  1.9       +3 -4      JBossCache/src/org/jboss/cache/config/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Configuration.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Configuration.java	20 Jul 2006 15:34:34 -0000	1.8
  +++ Configuration.java	20 Jul 2006 18:45:24 -0000	1.9
  @@ -22,9 +22,9 @@
    */
   public class Configuration
   {
  -    public enum CacheMode
  -    {
  -        LOCAL, REPL_SYNC, REPL_ASYNC, INVALIDATION_SYNC, INVALIDATION_ASYNC }
  +    public enum CacheMode { LOCAL, REPL_SYNC, REPL_ASYNC, INVALIDATION_SYNC, INVALIDATION_ASYNC }
  +
  +    // TODO: Make NodeLockingScheme and IsolationLevel enums as well.
   
       private Log log = LogFactory.getLog(Configuration.class);
   
  @@ -73,7 +73,6 @@
       private long syncReplTimeout = 15000;
       private String evictionPolicyClass = null;
       private CacheMode cacheModeInt = CacheMode.LOCAL;
  -    private String cacheMode = "LOCAL";
       private boolean inactiveOnStartup = false;
   
       private long initialStateRetrievalTimeout = 10000;
  
  
  



More information about the jboss-cvs-commits mailing list