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

Manik Surtani manik at jboss.org
Tue Jul 17 10:59:10 EDT 2007


  User: msurtani
  Date: 07/07/17 10:59:10

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  JBCACHE-1100
  
  Revision  Changes    Path
  1.103     +1 -1      JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -b -r1.102 -r1.103
  --- CacheImpl.java	17 Jul 2007 14:44:22 -0000	1.102
  +++ CacheImpl.java	17 Jul 2007 14:59:10 -0000	1.103
  @@ -3891,7 +3891,7 @@
      {
   
         if (!cacheStatus.allowInvocations())
  -         throw new IllegalStateException("Cache not in a state to accept invocations!");
  +         throw new IllegalStateException("Cache not in STARTED state!");
   
         // don't create a new one; get it from ThreadLocal just this once, in case a user has added any overrides.
         InvocationContext ctx = getInvocationContext();
  
  
  



More information about the jboss-cvs-commits mailing list