shuber      2004/08/20 19:14:48 CEST

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    src/java/org/jahia/services/cache Cache.java 
  Log:
  Removing synchronized from internalRemove method, hopefully this won't cause any 
cache corruption problems.
  
  Revision  Changes    Path
  1.30.2.5  +1 -1      jahia/src/java/org/jahia/services/cache/Cache.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/java/org/jahia/services/cache/Cache.java.diff?r1=1.30.2.4&r2=1.30.2.5&f=h
  
  
  
  Index: Cache.java
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/src/java/org/jahia/services/cache/Attic/Cache.java,v
  retrieving revision 1.30.2.4
  retrieving revision 1.30.2.5
  diff -u -r1.30.2.4 -r1.30.2.5
  --- Cache.java        29 Jul 2004 15:39:50 -0000      1.30.2.4
  +++ Cache.java        20 Aug 2004 17:14:48 -0000      1.30.2.5
  @@ -600,7 +600,7 @@
        *
        * @param entryKey  the cache entry's key to be removed
        */
  -    private synchronized void internalRemove (Object entryKey) {
  +    private void internalRemove (Object entryKey) {
           if (entryKey == null)
               return;
   
  

Reply via email to