[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/impl ...

Manik Surtani msurtani at jboss.com
Fri Oct 13 06:30:25 EDT 2006


  User: msurtani
  Date: 06/10/13 06:30:25

  Modified:    src-50/org/jboss/cache/pojo/impl  PojoCacheDelegate.java
  Log:
  fixed compilation problems
  
  Revision  Changes    Path
  1.16      +1 -1      JBossCache/src-50/org/jboss/cache/pojo/impl/PojoCacheDelegate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheDelegate.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/impl/PojoCacheDelegate.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- PojoCacheDelegate.java	9 Oct 2006 08:11:34 -0000	1.15
  +++ PojoCacheDelegate.java	13 Oct 2006 10:30:24 -0000	1.16
  @@ -103,7 +103,7 @@
         {
            if (cache_.getRegionManager() != null)
            {
  -            cache_.getRegionManager().setUnmarshallingClassLoader(fqn);
  +            cache_.getRegionManager().setContextClassLoaderAsCurrent(fqn);
            }
            return getObjectInternal(fqn);
         }
  
  
  



More information about the jboss-cvs-commits mailing list