[jboss-cvs] jboss-aspects/src/jdk15/org/jboss/aop/deployment ...

Kabir Khan kkhan at jboss.com
Thu Jul 13 18:03:11 EDT 2006


  User: kkhan   
  Date: 06/07/13 18:03:11

  Modified:    src/jdk15/org/jboss/aop/deployment 
                        AspectManagerService32JDK5.java
  Log:
  Refactor to wrap arouind ScopedClassPoolRepository and ScopedClassPool which has been moved to javassist
  
  Revision  Changes    Path
  1.3       +3 -2      jboss-aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AspectManagerService32JDK5.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AspectManagerService32JDK5.java	29 Oct 2005 23:35:48 -0000	1.2
  +++ AspectManagerService32JDK5.java	13 Jul 2006 22:03:11 -0000	1.3
  @@ -21,7 +21,8 @@
     */
   package org.jboss.aop.deployment;
   
  -import org.jboss.aop.ClassPoolFactory;
  +import javassist.scopedpool.ScopedClassPoolFactory;
  +
   import org.jboss.aop.ClassLoaderValidation;
   
   /**
  @@ -31,7 +32,7 @@
    */
   public class AspectManagerService32JDK5 extends AspectManagerServiceJDK5
   {
  -   protected ClassPoolFactory createFactory() throws Exception
  +   protected ScopedClassPoolFactory  createFactory() throws Exception
      {
         return new JBossClassPoolFactory32(tmpClassesDir);
      }
  
  
  



More information about the jboss-cvs-commits mailing list