[jboss-cvs] JBossAS SVN: r80550 - projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 5 07:02:10 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-11-05 07:02:09 -0500 (Wed, 05 Nov 2008)
New Revision: 80550

Removed:
   projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/DomainClassPoolRules.java
Modified:
   projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/NonDelegatingClassPool.java
Log:
tidy up

Deleted: projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/DomainClassPoolRules.java
===================================================================
--- projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/DomainClassPoolRules.java	2008-11-05 11:48:50 UTC (rev 80549)
+++ projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/DomainClassPoolRules.java	2008-11-05 12:02:09 UTC (rev 80550)
@@ -1,42 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source.
-* Copyright 2006, Red Hat Middleware LLC, and individual contributors
-* as indicated by the @author tags. See the copyright.txt file in the
-* distribution for a full listing of individual contributors. 
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
-package org.jboss.aop.classpool;
-
-/**
- * 
- * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
- */
-public class DomainClassPoolRules
-{
-   private boolean parentFirst;
-
-   public boolean isParentFirst()
-   {
-      return parentFirst;
-   }
-
-   public void setParentFirst(boolean parentFirst)
-   {
-      this.parentFirst = parentFirst;
-   }
-}

Modified: projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/NonDelegatingClassPool.java
===================================================================
--- projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/NonDelegatingClassPool.java	2008-11-05 11:48:50 UTC (rev 80549)
+++ projects/aop/trunk/asintegration-core/src/main/org/jboss/aop/classpool/NonDelegatingClassPool.java	2008-11-05 12:02:09 UTC (rev 80550)
@@ -21,8 +21,6 @@
 */ 
 package org.jboss.aop.classpool;
 
-import java.net.URL;
-
 import javassist.ClassPool;
 import javassist.CtClass;
 import javassist.scopedpool.ScopedClassPoolRepository;




More information about the jboss-cvs-commits mailing list